Lines Matching refs:expandCodeFor

445                     expandCodeFor(SE.getAddExpr(ScaledOps), Ty);  in expandAddToGEP()
500 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty); in expandAddToGEP()
722 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty); in visitAddExpr()
728 Value *W = expandCodeFor(Op, Ty); in visitAddExpr()
767 Value *W = expandCodeFor(Op, Ty); in visitMulExpr()
789 Value *LHS = expandCodeFor(S->getLHS(), Ty); in visitUDivExpr()
797 Value *RHS = expandCodeFor(S->getRHS(), Ty); in visitUDivExpr()
1173 expandCodeFor(Normalized->getStart(), ExpandTy, &L->getHeader()->front()); in getAddRecExprPHILiterally()
1190 Value *StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); in getAddRecExprPHILiterally()
1325 StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); in expandAddRecExprLiterally()
1345 Result = Builder.CreateSub(expandCodeFor(Normalized->getStart(), TruncTy), in expandAddRecExprLiterally()
1356 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()
1368 expandCodeFor(PostLoopOffset, IntTy)); in expandAddRecExprLiterally()
1400 V = expandCodeFor(SE.getTruncateExpr(SE.getUnknown(V), Ty), nullptr, in visitAddRecExpr()
1512 Value *V = expandCodeFor(S->getOperand(), in visitTruncateExpr()
1521 Value *V = expandCodeFor(S->getOperand(), in visitZeroExtendExpr()
1530 Value *V = expandCodeFor(S->getOperand(), in visitSignExtendExpr()
1547 Value *RHS = expandCodeFor(S->getOperand(i), Ty); in visitSMaxExpr()
1571 Value *RHS = expandCodeFor(S->getOperand(i), Ty); in visitUMaxExpr()
1585 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, in expandCodeFor() function in SCEVExpander
1589 return expandCodeFor(SH, Ty); in expandCodeFor()
1592 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { in expandCodeFor() function in SCEVExpander
1678 cast<PHINode>(expandCodeFor(H, nullptr, &L->getHeader()->front())); in getOrInsertCanonicalInductionVariable()
1949 Value *Expr0 = expandCodeFor(Pred->getLHS(), Pred->getLHS()->getType(), IP); in expandEqualPredicate()
1950 Value *Expr1 = expandCodeFor(Pred->getRHS(), Pred->getRHS()->getType(), IP); in expandEqualPredicate()