Lines Matching refs:InnerPos
647 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
651 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
8300 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
8312 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
8328 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
8342 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
8362 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
8370 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
8371 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
8380 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
8381 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()