Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37768 SDValue TruncIn = Src.getOperand(0); in combineTargetShuffle() local
37772 if (ISD::isNormalLoad(TruncIn.getNode())) { in combineTargetShuffle()
37773 LoadSDNode *LN = cast<LoadSDNode>(TruncIn); in combineTargetShuffle()
37808 if (TruncIn.getOpcode() == ISD::SRL && in combineTargetShuffle()
37809 TruncIn.getOperand(0).hasOneUse() && in combineTargetShuffle()
37810 isa<ConstantSDNode>(TruncIn.getOperand(1)) && in combineTargetShuffle()
37811 ISD::isNormalLoad(TruncIn.getOperand(0).getNode())) { in combineTargetShuffle()
37812 LoadSDNode *LN = cast<LoadSDNode>(TruncIn.getOperand(0)); in combineTargetShuffle()
37813 unsigned ShiftAmt = TruncIn.getConstantOperandVal(1); in combineTargetShuffle()
37816 if (ShiftAmt % 16 == 0 && TruncIn.getValueSizeInBits() % 16 == 0 && in combineTargetShuffle()