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

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp329 bool findScaleFromMul(Instruction *RealIV, uint64_t &Scale,
546 bool LoopReroll::findScaleFromMul(Instruction *RealIV, uint64_t &Scale, function in class:LoopReroll
788 if (Inc == 1 && !findScaleFromMul(RealIV, Scale, IV, LoopIncs))

Completed in 43 milliseconds