Searched refs:SlowRemainderV (Results 1 – 1 of 1) sorted by relevance
107 Value *SlowRemainderV; in insertFastDiv() local110 SlowRemainderV = SlowBuilder.CreateSRem(Dividend, Divisor); in insertFastDiv()113 SlowRemainderV = SlowBuilder.CreateURem(Dividend, Divisor); in insertFastDiv()146 RemPhi->addIncoming(SlowRemainderV, SlowBB); in insertFastDiv()