Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp124 Value *ShortDividendV = FastBuilder.CreateCast(Instruction::Trunc, Dividend, in insertFastDiv() local
128 Value *ShortQuotientV = FastBuilder.CreateExactUDiv(ShortDividendV, in insertFastDiv()
130 Value *ShortRemainderV = FastBuilder.CreateURem(ShortDividendV, in insertFastDiv()