Home
last modified time | relevance | path

Searched refs:InnerNeg (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,
8301 SDValue InnerNeg, bool HasPos, in MatchRotatePosNeg() argument
8312 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
8329 SDValue InnerNeg, bool HasPos, in MatchFunnelPosNeg() argument
8342 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
8361 IsBinOpImm(InnerNeg, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
8362 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
8371 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
8381 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()