Searched refs:getLosslessPtrToIntExpr (Results 1 – 2 of 2) sorted by relevance
515 const SCEV *getLosslessPtrToIntExpr(const SCEV *Op, unsigned Depth = 0);
1046 const SCEV *ScalarEvolution::getLosslessPtrToIntExpr(const SCEV *Op, in getLosslessPtrToIntExpr() function in ScalarEvolution1154 return SE.getLosslessPtrToIntExpr(Expr, /*Depth=*/1); in getLosslessPtrToIntExpr()1169 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr()