Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp102 Value *SlowRemainderV; in insertFastDiv() local
105 SlowRemainderV = SlowBuilder.CreateSRem(Dividend, Divisor); in insertFastDiv()
108 SlowRemainderV = SlowBuilder.CreateURem(Dividend, Divisor); in insertFastDiv()
141 RemPhi->addIncoming(SlowRemainderV, SlowBB); in insertFastDiv()