Home
last modified time | relevance | path

Searched refs:getLosslessPtrToIntExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1007 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution
1119 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()
1134 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()
6132 Op = getLosslessPtrToIntExpr(Op); in createNodeForSelectOrPHIInstWithICmpInstCond()
9255 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
9260 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
9273 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
9278 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
13139 Start = getLosslessPtrToIntExpr(Start); in howManyLessThans()
13144 RHS = getLosslessPtrToIntExpr(RHS); in howManyLessThans()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h566 LLVM_ABI const SCEV *getLosslessPtrToIntExpr(const SCEV *Op,