Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h36 void visitPtrToIntExpr(const SCEVPtrToIntExpr *Numerator) {} in visitPtrToIntExpr()
H A DScalarEvolutionExpressions.h131 class SCEVPtrToIntExpr : public SCEVCastExpr {
134 SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID, const SCEV *Op, Type *ITy);
619 return ((SC *)this)->visitPtrToIntExpr((const SCEVPtrToIntExpr *)S); in visit()
777 const SCEV *visitPtrToIntExpr(const SCEVPtrToIntExpr *Expr) { in visitPtrToIntExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h497 Value *visitPtrToIntExpr(const SCEVPtrToIntExpr *S);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp282 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); in print()
515 SCEVPtrToIntExpr::SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID, const SCEV *Op, in SCEVPtrToIntExpr() function in SCEVPtrToIntExpr
1056 SCEVPtrToIntExpr(ID.Intern(SCEVAllocator), Op, IntPtrTy); in getLosslessPtrToIntExpr()
4023 RetVal visitPtrToIntExpr(const SCEVPtrToIntExpr *Expr) { return Expr; } in visitPtrToIntExpr()
6313 return getConstantMultiple(cast<SCEVPtrToIntExpr>(S)->getOperand()); in getConstantMultipleImpl()
6701 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(S); in getRangeRef()
9869 const SCEVPtrToIntExpr *P2I = cast<SCEVPtrToIntExpr>(V); in BuildConstantFromSCEV()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1361 Value *SCEVExpander::visitPtrToIntExpr(const SCEVPtrToIntExpr *S) { in visitPtrToIntExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6459 isa<SCEVPtrToIntExpr>(Cast) || isa<SCEVSignExtendExpr>(Cast)) && in pushSCEV()