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

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

Completed in 873 milliseconds