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.cpp1001 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution
1113 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()
1128 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()
6120 Op = getLosslessPtrToIntExpr(Op); in createNodeForSelectOrPHIInstWithICmpInstCond()
9200 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
9205 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
9218 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
9223 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
12996 Start = getLosslessPtrToIntExpr(Start); in howManyLessThans()
13001 RHS = getLosslessPtrToIntExpr(RHS); in howManyLessThans()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h569 const SCEV *getLosslessPtrToIntExpr(const SCEV *Op, unsigned Depth = 0);