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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp853 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); local
854 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize)))
866 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); local
867 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) {
871 RxSBG.Rotate += (BitSize - InnerBitSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5759 unsigned InnerBitSize = HiLoVT.getScalarSizeInBits();
5794 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize);
5810 if (!VT.isVector() && Opcode == ISD::MUL && LHSSB > InnerBitSize &&
5811 RHSSB > InnerBitSize) {
5821 unsigned ShiftAmount = OuterBitSize - InnerBitSize;

Completed in 217 milliseconds