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

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp107 Value *SlowRemainderV; local
110 SlowRemainderV = SlowBuilder.CreateSRem(Dividend, Divisor);
113 SlowRemainderV = SlowBuilder.CreateURem(Dividend, Divisor);
146 RemPhi->addIncoming(SlowRemainderV, SlowBB);

Completed in 475 milliseconds