Searched refs:getCastExpr (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 335 static inline llvm::SMTExprRef getCastExpr(llvm::SMTSolverRef &Solver, in getCastExpr() function 446 return getCastExpr(Solver, Ctx, Exp, FromTy, Sym->getType()); in getSymExpr() 466 return getCastExpr(Solver, Ctx, UnaryExp, OperandTy, Sym->getType()); in getSymExpr()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 566 const SCEV *getCastExpr(SCEVTypes Kind, const SCEV *Op, Type *Ty);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 2133 const SCEV *ScalarEvolution::getCastExpr(SCEVTypes Kind, const SCEV *Op, in getCastExpr() function in ScalarEvolution 9784 return getCastExpr(Cast->getSCEVType(), Op, Cast->getType()); in computeSCEVAtScope()
|