Lines Matching refs:getLosslessPtrToIntExpr
999 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution
1111 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()
1126 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()
6113 Op = getLosslessPtrToIntExpr(Op); in createNodeForSelectOrPHIInstWithICmpInstCond()
9156 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
9161 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
9174 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
9179 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
12918 Start = getLosslessPtrToIntExpr(Start); in howManyLessThans()
12923 RHS = getLosslessPtrToIntExpr(RHS); in howManyLessThans()
13180 Start = getLosslessPtrToIntExpr(Start); in howManyGreaterThans()
13185 End = getLosslessPtrToIntExpr(End); in howManyGreaterThans()