Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37528 SDValue TruncIn = Src.getOperand(0); in combineTargetShuffle() local
37532 if (ISD::isNormalLoad(TruncIn.getNode())) { in combineTargetShuffle()
37533 LoadSDNode *LN = cast<LoadSDNode>(TruncIn); in combineTargetShuffle()
37568 if (TruncIn.getOpcode() == ISD::SRL && in combineTargetShuffle()
37569 TruncIn.getOperand(0).hasOneUse() && in combineTargetShuffle()
37570 isa<ConstantSDNode>(TruncIn.getOperand(1)) && in combineTargetShuffle()
37571 ISD::isNormalLoad(TruncIn.getOperand(0).getNode())) { in combineTargetShuffle()
37572 LoadSDNode *LN = cast<LoadSDNode>(TruncIn.getOperand(0)); in combineTargetShuffle()
37573 unsigned ShiftAmt = TruncIn.getConstantOperandVal(1); in combineTargetShuffle()
37576 if (ShiftAmt % 16 == 0 && TruncIn.getValueSizeInBits() % 16 == 0 && in combineTargetShuffle()