Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolutionAliasAnalysis.cpp69 SE.getPtrToIntExpr(AS, SE.getEffectiveSCEVType(AS->getType())); in alias()
71 SE.getPtrToIntExpr(BS, SE.getEffectiveSCEVType(BS->getType())); in alias()
HDLoopAccessAnalysis.cpp341 const SCEV *SinkStartInt = SE->getPtrToIntExpr(SinkAR->getStart(), IntTy); in tryToCreateDiffCheck()
342 const SCEV *SrcStartInt = SE->getPtrToIntExpr(SrcAR->getStart(), IntTy); in tryToCreateDiffCheck()
HDScalarEvolution.cpp1125 const SCEV *ScalarEvolution::getPtrToIntExpr(const SCEV *Op, Type *Ty) { in getPtrToIntExpr() function in ScalarEvolution
2158 return getPtrToIntExpr(Op, Ty); in getCastExpr()
8049 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy); in createSCEV()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolutionExpressions.h777 : SE.getPtrToIntExpr(Operand, Expr->getType()); in visitPtrToIntExpr()
HDScalarEvolution.h570 const SCEV *getPtrToIntExpr(const SCEV *Op, Type *Ty);