Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
468 return getCastExpr(Solver, Ctx, UnaryExp, OperandTy, Sym->getType()); in getSymExpr()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h575 const SCEV *getCastExpr(SCEVTypes Kind, const SCEV *Op, Type *Ty);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2190 const SCEV *ScalarEvolution::getCastExpr(SCEVTypes Kind, const SCEV *Op, in getCastExpr() function in ScalarEvolution
9931 return getCastExpr(V->getSCEVType(), NewOps[0], V->getType()); in computeSCEVAtScope()