Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp654 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
658 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
8303 SDValue InnerNeg, bool HasPos, in MatchRotatePosNeg() argument
8314 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
8331 SDValue InnerNeg, bool HasPos, in MatchFunnelPosNeg() argument
8344 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
8363 IsBinOpImm(InnerNeg, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
8364 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
8373 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
8383 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()