Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h36 void visitPtrToIntExpr(const SCEVPtrToIntExpr *Numerator) {} in visitPtrToIntExpr()
H A DScalarEvolutionExpressions.h108 class SCEVPtrToIntExpr : public SCEVCastExpr {
111 SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID, const SCEV *Op, Type *ITy);
574 return ((SC *)this)->visitPtrToIntExpr((const SCEVPtrToIntExpr *)S); in visit()
733 const SCEV *visitPtrToIntExpr(const SCEVPtrToIntExpr *Expr) { in visitPtrToIntExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h448 Value *visitPtrToIntExpr(const SCEVPtrToIntExpr *S);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp257 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); in print()
471 SCEVPtrToIntExpr::SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID, const SCEV *Op, in SCEVPtrToIntExpr() function in SCEVPtrToIntExpr
1091 SCEVPtrToIntExpr(ID.Intern(SCEVAllocator), Op, IntPtrTy); in getLosslessPtrToIntExpr()
5549 if (const SCEVPtrToIntExpr *I = dyn_cast<SCEVPtrToIntExpr>(S)) in GetMinTrailingZerosImpl()
5885 if (const SCEVPtrToIntExpr *PtrToInt = dyn_cast<SCEVPtrToIntExpr>(S)) { in getRangeRef()
8498 const SCEVPtrToIntExpr *P2I = cast<SCEVPtrToIntExpr>(V); in BuildConstantFromSCEV()
8811 if (const SCEVPtrToIntExpr *Cast = dyn_cast<SCEVPtrToIntExpr>(V)) { in computeSCEVAtScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1693 Value *SCEVExpander::visitPtrToIntExpr(const SCEVPtrToIntExpr *S) { in visitPtrToIntExpr()