Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp101 Value *SlowQuotientV; in insertFastDiv() local
104 SlowQuotientV = SlowBuilder.CreateSDiv(Dividend, Divisor); in insertFastDiv()
107 SlowQuotientV = SlowBuilder.CreateUDiv(Dividend, Divisor); in insertFastDiv()
138 QuoPhi->addIncoming(SlowQuotientV, SlowBB); in insertFastDiv()