Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp606 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
610 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
7570 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
7582 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
7598 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
7612 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
7632 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
7640 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
7641 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
7650 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]