Home
last modified time | relevance | path

Searched refs:getPtrToIntExpr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h737 : SE.getPtrToIntExpr(Operand, Expr->getType()); in visitPtrToIntExpr()
H A DScalarEvolution.h516 const SCEV *getPtrToIntExpr(const SCEV *Op, Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2518 : SE.getPtrToIntExpr(Start, ARExpandTy), in generateOverflowCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp1166 const SCEV *ScalarEvolution::getPtrToIntExpr(const SCEV *Op, Type *Ty) { in getPtrToIntExpr() function in ScalarEvolution
6838 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy); in createSCEV()
8815 return getPtrToIntExpr(Op, Cast->getType()); in computeSCEVAtScope()