Searched refs:InnerNeg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 662 SDValue InnerPos, SDValue InnerNeg, bool FromAdd, 666 SDValue InnerPos, SDValue InnerNeg, bool FromAdd, 8767 SDValue InnerNeg, bool FromAdd, in MatchRotatePosNeg() argument 8778 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg() 8794 SDValue InnerNeg, bool FromAdd, in MatchFunnelPosNeg() argument 8807 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1, in MatchFunnelPosNeg() 8820 sd_match(InnerNeg, in MatchFunnelPosNeg() 8830 m_Xor(m_Specific(InnerNeg), m_SpecificInt(EltBits - 1))) && in MatchFunnelPosNeg() 8840 m_Xor(m_Specific(InnerNeg), m_SpecificInt(EltBits - 1))) && in MatchFunnelPosNeg()
|