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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp451 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
524 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
762 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty);
768 Value *W = expandCodeFor(Op, Ty);
810 Value *W = expandCodeFor(Op, Ty);
825 Value *LHS = expandCodeFor(S->getLHS(), Ty);
833 Value *RHS = expandCodeFor(S->getRHS(), Ty);
1093 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
1111 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1217 // expandCodeFor wit
1477 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, function in class:SCEVExpander
1483 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { function in class:SCEVExpander
[all...]

Completed in 43 milliseconds