Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7774 unsigned HBitWidth = BitWidth / 2; in expandDIVREMByConstant() local
7776 HiLoVT.getScalarSizeInBits() == HBitWidth && "Unexpected VTs"); in expandDIVREMByConstant()
7779 APInt HalfMaxPlus1 = APInt::getOneBitSet(BitWidth, HBitWidth); in expandDIVREMByConstant()
7822 APInt Mask = APInt::getLowBitsSet(HBitWidth, TrailingZeros); in expandDIVREMByConstant()
7832 DAG.getShiftAmountConstant(HBitWidth - TrailingZeros, in expandDIVREMByConstant()
7868 DAG.getConstant(Divisor.trunc(HBitWidth), dl, HiLoVT)); in expandDIVREMByConstant()
7896 APInt Mask = APInt::getLowBitsSet(HBitWidth, TrailingZeros); in expandDIVREMByConstant()