Lines Matching refs:expandCodeForImpl
512 : expandCodeForImpl(SE.getAddExpr(ScaledOps), Ty, false); in expandAddToGEP()
573 Value *Idx = expandCodeForImpl(SE.getAddExpr(Ops), Ty, false); in expandAddToGEP()
790 Value *W = expandCodeForImpl(SE.getNegativeSCEV(Op), Ty, false); in visitAddExpr()
797 Value *W = expandCodeForImpl(Op, Ty, false); in visitAddExpr()
848 Value *P = expandCodeForImpl(I->second, Ty, false); in visitMulExpr()
907 Value *LHS = expandCodeForImpl(S->getLHS(), Ty, false); in visitUDivExpr()
916 Value *RHS = expandCodeForImpl(S->getRHS(), Ty, false); in visitUDivExpr()
1280 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1299 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally()
1457 StepV = expandCodeForImpl( in expandAddRecExprLiterally()
1478 expandCodeForImpl(Normalized->getStart(), TruncTy, false), Result); in expandAddRecExprLiterally()
1486 expandCodeForImpl(PostLoopScale, IntTy, false)); in expandAddRecExprLiterally()
1493 Value *Base = expandCodeForImpl(PostLoopOffset, ExpandTy, false); in expandAddRecExprLiterally()
1501 Result, expandCodeForImpl(PostLoopOffset, IntTy, false)); in expandAddRecExprLiterally()
1543 V = expandCodeForImpl(SE.getTruncateExpr(SE.getUnknown(V), Ty), nullptr, in visitAddRecExpr()
1646 expandCodeForImpl(S->getOperand(), S->getOperand()->getType(), false); in visitPtrToIntExpr()
1653 Value *V = expandCodeForImpl( in visitTruncateExpr()
1661 Value *V = expandCodeForImpl( in visitZeroExtendExpr()
1669 Value *V = expandCodeForImpl( in visitSignExtendExpr()
1683 Value *RHS = expandCodeForImpl(S->getOperand(i), Ty, false); in expandMinMaxExpr()
1720 Value *SCEVExpander::expandCodeForImpl(const SCEV *SH, Type *Ty, in expandCodeForImpl() function in SCEVExpander
1723 Value *V = expandCodeForImpl(SH, Ty, Root); in expandCodeForImpl()
1727 Value *SCEVExpander::expandCodeForImpl(const SCEV *SH, Type *Ty, bool Root) { in expandCodeForImpl() function in SCEVExpander
2354 expandCodeForImpl(Pred->getLHS(), Pred->getLHS()->getType(), IP, false); in expandComparePredicate()
2356 expandCodeForImpl(Pred->getRHS(), Pred->getRHS()->getType(), IP, false); in expandComparePredicate()
2390 Value *TripCountVal = expandCodeForImpl(ExitCount, CountTy, Loc, false); in generateOverflowCheck()
2395 Value *StepValue = expandCodeForImpl(Step, Ty, Loc, false); in generateOverflowCheck()
2397 expandCodeForImpl(SE.getNegativeSCEV(Step), Ty, Loc, false); in generateOverflowCheck()
2398 Value *StartValue = expandCodeForImpl(Start, ARTy, Loc, false); in generateOverflowCheck()