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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp432 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
487 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
719 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty);
725 Value *W = expandCodeFor(Op, Ty);
767 Value *W = expandCodeFor(Op, Ty);
782 Value *LHS = expandCodeFor(S->getLHS(), Ty);
790 Value *RHS = expandCodeFor(S->getRHS(), Ty);
1163 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
1181 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1295 // expandCodeFor wit
1581 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, function in class:SCEVExpander
1587 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { function in class:SCEVExpander
[all...]

Completed in 171 milliseconds