Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp860 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
861 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
873 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
874 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
878 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7094 unsigned InnerBitSize = HiLoVT.getScalarSizeInBits(); in expandMUL_LOHI() local
7127 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL_LOHI()
7144 DAG.ComputeMaxSignificantBits(LHS) <= InnerBitSize && in expandMUL_LOHI()
7145 DAG.ComputeMaxSignificantBits(RHS) <= InnerBitSize) { in expandMUL_LOHI()
7155 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI()