Searched refs:getCastExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/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() 468 return getCastExpr(Solver, Ctx, UnaryExp, OperandTy, Sym->getType()); in getSymExpr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 580 const SCEV *getCastExpr(SCEVTypes Kind, const SCEV *Op, Type *Ty);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2148 const SCEV *ScalarEvolution::getCastExpr(SCEVTypes Kind, const SCEV *Op, in getCastExpr() function in ScalarEvolution 9872 return getCastExpr(S->getSCEVType(), NewOps[0], S->getType()); in getWithOperands()
|