Searched refs:CollectSubexprs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3018 /// CollectSubexprs - Split S into subexpressions which can be pulled out into
3023 static const SCEV *CollectSubexprs(const SCEV *S, const SCEVConstant *C, function
3036 const SCEV *Remainder = CollectSubexprs(*I, C, Ops, L, SE, Depth+1);
3046 const SCEV *Remainder = CollectSubexprs(AR->getStart(),
3071 CollectSubexprs(Mul->getOperand(1), C, Ops, L, SE, Depth+1);
3092 const SCEV *Remainder = CollectSubexprs(BaseReg, 0, AddOps, L, SE);

Completed in 220 milliseconds