Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp647 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()
[all …]