Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7631 unsigned HBitWidth = BitWidth / 2; in expandDIVREMByConstant() local
7633 HiLoVT.getScalarSizeInBits() == HBitWidth && "Unexpected VTs"); in expandDIVREMByConstant()
7636 APInt HalfMaxPlus1 = APInt::getOneBitSet(BitWidth, HBitWidth); in expandDIVREMByConstant()
7679 APInt Mask = APInt::getLowBitsSet(HBitWidth, TrailingZeros); in expandDIVREMByConstant()
7689 DAG.getShiftAmountConstant(HBitWidth - TrailingZeros, in expandDIVREMByConstant()
7725 DAG.getConstant(Divisor.trunc(HBitWidth), dl, HiLoVT)); in expandDIVREMByConstant()
7756 APInt Mask = APInt::getLowBitsSet(HBitWidth, TrailingZeros); in expandDIVREMByConstant()