Lines Matching refs:getLosslessPtrToIntExpr
1069 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution
1181 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()
1196 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()
6006 Op = getLosslessPtrToIntExpr(Op); in createNodeForSelectOrPHIInstWithICmpInstCond()
8929 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
8934 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
8946 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()
8951 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()
12608 Start = getLosslessPtrToIntExpr(Start); in howManyLessThans()
12613 RHS = getLosslessPtrToIntExpr(RHS); in howManyLessThans()
12864 Start = getLosslessPtrToIntExpr(Start); in howManyGreaterThans()
12869 End = getLosslessPtrToIntExpr(End); in howManyGreaterThans()