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

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp106 Value *SlowQuotientV; local
109 SlowQuotientV = SlowBuilder.CreateSDiv(Dividend, Divisor);
112 SlowQuotientV = SlowBuilder.CreateUDiv(Dividend, Divisor);
143 QuoPhi->addIncoming(SlowQuotientV, SlowBB);

Completed in 74 milliseconds