Searched refs:SlowRemainderV (Results 1 – 1 of 1) sorted by relevance
102 Value *SlowRemainderV; in insertFastDiv() local105 SlowRemainderV = SlowBuilder.CreateSRem(Dividend, Divisor); in insertFastDiv()108 SlowRemainderV = SlowBuilder.CreateURem(Dividend, Divisor); in insertFastDiv()141 RemPhi->addIncoming(SlowRemainderV, SlowBB); in insertFastDiv()