Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp857 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
858 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
870 unsigned InnerBitSize = N.getOperand(0).getValueSizeInBits(); in expandRxSBG() local
871 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
875 RxSBG.Rotate += (BitSize - InnerBitSize); in expandRxSBG()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6275 unsigned InnerBitSize = HiLoVT.getScalarSizeInBits(); in expandMUL_LOHI() local
6308 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL_LOHI()
6325 DAG.ComputeNumSignBits(LHS) > InnerBitSize && in expandMUL_LOHI()
6326 DAG.ComputeNumSignBits(RHS) > InnerBitSize) { in expandMUL_LOHI()
6336 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI()