Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp117 Value *ShortDivisorV = FastBuilder.CreateCast(Instruction::Trunc, Divisor, in insertFastDiv() local
124 ShortDivisorV); in insertFastDiv()
126 ShortDivisorV); in insertFastDiv()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp294 Value *ShortDivisorV = in createFastBB() local
300 Value *ShortQV = Builder.CreateUDiv(ShortDividendV, ShortDivisorV); in createFastBB()
301 Value *ShortRV = Builder.CreateURem(ShortDividendV, ShortDivisorV); in createFastBB()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp293 Value *ShortDivisorV = in createFastBB() local
299 Value *ShortQV = Builder.CreateUDiv(ShortDividendV, ShortDivisorV); in createFastBB()
300 Value *ShortRV = Builder.CreateURem(ShortDividendV, ShortDivisorV); in createFastBB()