Searched defs:expandCodeFor (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp452 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
525 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
763 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty);
769 Value *W = expandCodeFor(Op, Ty);
811 Value *W = expandCodeFor(Op, Ty);
826 Value *LHS = expandCodeFor(S->getLHS(), Ty);
834 Value *RHS = expandCodeFor(S->getRHS(), Ty);
1095 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
1113 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1217 // expandCodeFor wit
1478 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, function in class:SCEVExpander
1484 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { function in class:SCEVExpander
[all...]

Completed in 59 milliseconds