Home
last modified time | relevance | path

Searched refs:getCastExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h335 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 DScalarEvolution.h566 const SCEV *getCastExpr(SCEVTypes Kind, const SCEV *Op, Type *Ty);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp2133 const SCEV *ScalarEvolution::getCastExpr(SCEVTypes Kind, const SCEV *Op, in getCastExpr() function in ScalarEvolution
9784 return getCastExpr(Cast->getSCEVType(), Op, Cast->getType()); in computeSCEVAtScope()