Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp856 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
857 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
869 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
870 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
874 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6955 unsigned InnerBitSize = HiLoVT.getScalarSizeInBits(); in expandMUL_LOHI() local
6988 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL_LOHI()
7005 DAG.ComputeNumSignBits(LHS) > InnerBitSize && in expandMUL_LOHI()
7006 DAG.ComputeNumSignBits(RHS) > InnerBitSize) { in expandMUL_LOHI()
7016 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI()