Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40832 SDValue TruncIn = Src.getOperand(0); in combineTargetShuffle() local
40836 if (ISD::isNormalLoad(TruncIn.getNode())) { in combineTargetShuffle()
40837 LoadSDNode *LN = cast<LoadSDNode>(TruncIn); in combineTargetShuffle()
40872 if (TruncIn.getOpcode() == ISD::SRL && in combineTargetShuffle()
40873 TruncIn.getOperand(0).hasOneUse() && in combineTargetShuffle()
40874 isa<ConstantSDNode>(TruncIn.getOperand(1)) && in combineTargetShuffle()
40875 ISD::isNormalLoad(TruncIn.getOperand(0).getNode())) { in combineTargetShuffle()
40876 LoadSDNode *LN = cast<LoadSDNode>(TruncIn.getOperand(0)); in combineTargetShuffle()
40877 unsigned ShiftAmt = TruncIn.getConstantOperandVal(1); in combineTargetShuffle()
40880 if (ShiftAmt % 16 == 0 && TruncIn.getValueSizeInBits() % 16 == 0 && in combineTargetShuffle()