Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7304 unsigned HBitWidth = BitWidth / 2; in expandDIVREMByConstant() local
7306 HiLoVT.getScalarSizeInBits() == HBitWidth && "Unexpected VTs"); in expandDIVREMByConstant()
7309 APInt HalfMaxPlus1 = APInt::getOneBitSet(BitWidth, HBitWidth); in expandDIVREMByConstant()
7356 APInt Mask = APInt::getLowBitsSet(HBitWidth, TrailingZeros); in expandDIVREMByConstant()
7366 DAG.getShiftAmountConstant(HBitWidth - TrailingZeros, in expandDIVREMByConstant()
7402 DAG.getConstant(Divisor.trunc(HBitWidth), dl, HiLoVT)); in expandDIVREMByConstant()
7435 APInt Mask = APInt::getLowBitsSet(HBitWidth, TrailingZeros); in expandDIVREMByConstant()