Searched refs:InnerBitSize (Results 1 – 3 of 3) sorted by relevance
828 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits(); in expandRxSBG() local829 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()840 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits(); in expandRxSBG() local841 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize))) in expandRxSBG()
1903 unsigned InnerBitSize = NVT.getSizeInBits(); in ExpandIntRes_MUL() local1907 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in ExpandIntRes_MUL()1924 if (LHSSB > InnerBitSize && RHSSB > InnerBitSize) { in ExpandIntRes_MUL()
2992 unsigned InnerBitSize = HiLoVT.getSizeInBits(); in expandMUL() local3009 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL()3027 if (LHSSB > InnerBitSize && RHSSB > InnerBitSize) { in expandMUL()