Searched refs:getPtrToIntExpr (Results 1 – 6 of 6) sorted by relevance
341 return SE.getPtrToIntExpr(visit(E->getOperand()), E->getType()); in visitPtrToIntExpr()
786 : SE.getPtrToIntExpr(Operand, Expr->getType()); in visitPtrToIntExpr()
562 const SCEV *getPtrToIntExpr(const SCEV *Op, Type *Ty);
321 const SCEV *SinkStartInt = SE->getPtrToIntExpr(SinkAR->getStart(), IntTy); in tryToCreateDiffCheck()322 const SCEV *SrcStartInt = SE->getPtrToIntExpr(SrcAR->getStart(), IntTy); in tryToCreateDiffCheck()
1193 const SCEV *ScalarEvolution::getPtrToIntExpr(const SCEV *Op, Type *Ty) { in getPtrToIntExpr() function in ScalarEvolution2143 return getPtrToIntExpr(Op, Ty); in getCastExpr()7791 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy); in createSCEV()
544 ; During SCEV rewrites, we could end up calling `ScalarEvolution::getPtrToIntExpr()`