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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp426 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
496 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
749 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty);
755 Value *W = expandCodeFor(Op, Ty);
797 Value *W = expandCodeFor(Op, Ty);
812 Value *LHS = expandCodeFor(S->getLHS(), Ty);
820 Value *RHS = expandCodeFor(S->getRHS(), Ty);
988 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
1006 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1125 // expandCodeFor wit
1365 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, function in class:SCEVExpander
1374 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { function in class:SCEVExpander
[all...]

Completed in 63 milliseconds