Lines Matching refs:getLosslessPtrToIntExpr
1052 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution
1164 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()
1179 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()
5681 Op = getLosslessPtrToIntExpr(Op); in createNodeForSelectOrPHI()
8077 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
8082 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
8094 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
8099 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
11747 Start = getLosslessPtrToIntExpr(Start); in howManyLessThans()
11752 RHS = getLosslessPtrToIntExpr(RHS); in howManyLessThans()
12002 Start = getLosslessPtrToIntExpr(Start); in howManyGreaterThans()
12007 End = getLosslessPtrToIntExpr(End); in howManyGreaterThans()