Lines Matching refs:expandCodeFor
432 expandCodeFor(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP()
487 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty); in expandAddToGEP()
719 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty); in visitAddExpr()
725 Value *W = expandCodeFor(Op, Ty); in visitAddExpr()
767 Value *W = expandCodeFor(Op, Ty); in visitMulExpr()
782 Value *LHS = expandCodeFor(S->getLHS(), Ty); in visitUDivExpr()
790 Value *RHS = expandCodeFor(S->getRHS(), Ty); in visitUDivExpr()
1163 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1181 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin()); in getAddRecExprPHILiterally()
1317 StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin()); in expandAddRecExprLiterally()
1337 Result = Builder.CreateSub(expandCodeFor(Normalized->getStart(), TruncTy), in expandAddRecExprLiterally()
1348 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()
1360 expandCodeFor(PostLoopOffset, IntTy)); in expandAddRecExprLiterally()
1396 V = expandCodeFor(SE.getTruncateExpr(SE.getUnknown(V), Ty), nullptr, in visitAddRecExpr()
1508 Value *V = expandCodeFor(S->getOperand(), in visitTruncateExpr()
1517 Value *V = expandCodeFor(S->getOperand(), in visitZeroExtendExpr()
1526 Value *V = expandCodeFor(S->getOperand(), in visitSignExtendExpr()
1543 Value *RHS = expandCodeFor(S->getOperand(i), Ty); in visitSMaxExpr()
1567 Value *RHS = expandCodeFor(S->getOperand(i), Ty); in visitUMaxExpr()
1581 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, in expandCodeFor() function in SCEVExpander
1584 return expandCodeFor(SH, Ty); in expandCodeFor()
1587 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { in expandCodeFor() function in SCEVExpander
1673 PHINode *V = cast<PHINode>(expandCodeFor(H, nullptr, in getOrInsertCanonicalInductionVariable()