Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7779 APInt HalfMaxPlus1 = APInt::getOneBitSet(BitWidth, HBitWidth); in expandDIVREMByConstant() local
7780 if (Divisor.uge(HalfMaxPlus1)) in expandDIVREMByConstant()
7812 if (HalfMaxPlus1.urem(Divisor).isOne()) { in expandDIVREMByConstant()