Simplify functions SVal::getAsSymbolicExpression, SVal::getAsSymExpr and SVal::getAsSymbol. After revision I concluded that getAsSymbolicExpression and getAsSymExpr repeat functionality of getAsSymbol, thus they can be removed.
Fix: Remove functions SVal::getAsSymbolicExpression and SVal::getAsSymExpr.
clang-tidy: warning: 'auto *CondBSE' can be declared as 'const auto *CondBSE' [llvm-qualified-auto]
not useful