Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp828 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits(); in expandRxSBG() local
829 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
840 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits(); in expandRxSBG() local
841 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize))) in expandRxSBG()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1903 unsigned InnerBitSize = NVT.getSizeInBits(); in ExpandIntRes_MUL() local
1907 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in ExpandIntRes_MUL()
1924 if (LHSSB > InnerBitSize && RHSSB > InnerBitSize) { in ExpandIntRes_MUL()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2992 unsigned InnerBitSize = HiLoVT.getSizeInBits(); in expandMUL() local
3009 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL()
3027 if (LHSSB > InnerBitSize && RHSSB > InnerBitSize) { in expandMUL()