Searched refs:getLosslessPtrToIntExpr (Results 1 – 2 of 2) sorted by relevance
1007 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution1119 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()1134 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()6132 Op = getLosslessPtrToIntExpr(Op); in createNodeForSelectOrPHIInstWithICmpInstCond()9255 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()9260 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()9273 LHS = getLosslessPtrToIntExpr(LHS); in computeExitLimitFromICmp()9278 RHS = getLosslessPtrToIntExpr(RHS); in computeExitLimitFromICmp()13139 Start = getLosslessPtrToIntExpr(Start); in howManyLessThans()13144 RHS = getLosslessPtrToIntExpr(RHS); in howManyLessThans()[all …]
566 LLVM_ABI const SCEV *getLosslessPtrToIntExpr(const SCEV *Op,