Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp590 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
594 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
7403 SDValue InnerNeg, bool HasPos, in MatchRotatePosNeg() argument
7414 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
7431 SDValue InnerNeg, bool HasPos, in MatchFunnelPosNeg() argument
7444 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
7463 IsBinOpImm(InnerNeg, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
7464 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
7473 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
7483 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()