Home
last modified time | relevance | path

Searched refs:InnerNeg (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,
7571 SDValue InnerNeg, bool HasPos, in MatchRotatePosNeg() argument
7582 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
7599 SDValue InnerNeg, bool HasPos, in MatchFunnelPosNeg() argument
7612 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
7631 IsBinOpImm(InnerNeg, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
7632 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
7641 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
7651 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()