Home
last modified time | relevance | path

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

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