Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp881 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
882 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
894 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
895 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
899 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7564 unsigned InnerBitSize = HiLoVT.getScalarSizeInBits(); in expandMUL_LOHI() local
7597 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL_LOHI()
7614 DAG.ComputeMaxSignificantBits(LHS) <= InnerBitSize && in expandMUL_LOHI()
7615 DAG.ComputeMaxSignificantBits(RHS) <= InnerBitSize) { in expandMUL_LOHI()
7625 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI()