Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp1061 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution
1173 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()
1188 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()
6152 Op = getLosslessPtrToIntExpr(Op); in createNodeForSelectOrPHIInstWithICmpInstCond()
9196 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
9201 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
9213 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
9218 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
12949 Start = getLosslessPtrToIntExpr(Start); in howManyLessThans()
12954 RHS = getLosslessPtrToIntExpr(RHS); in howManyLessThans()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h566 const SCEV *getLosslessPtrToIntExpr(const SCEV *Op, unsigned Depth = 0);