Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp106 Value *SlowQuotientV; in insertFastDiv() local
109 SlowQuotientV = SlowBuilder.CreateSDiv(Dividend, Divisor); in insertFastDiv()
112 SlowQuotientV = SlowBuilder.CreateUDiv(Dividend, Divisor); in insertFastDiv()
143 QuoPhi->addIncoming(SlowQuotientV, SlowBB); in insertFastDiv()