Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp292 Value *ShortDivisorV = in createFastBB() local
298 Value *ShortQV = Builder.CreateUDiv(ShortDividendV, ShortDivisorV); in createFastBB()
299 Value *ShortRV = Builder.CreateURem(ShortDividendV, ShortDivisorV); in createFastBB()