Searched refs:InnerPos (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, 8766 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument 8778 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg() 8793 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument 8807 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1, in MatchFunnelPosNeg() 8821 m_Xor(m_Specific(InnerPos), m_SpecificInt(EltBits - 1))) && in MatchFunnelPosNeg() 8829 sd_match(InnerPos, in MatchFunnelPosNeg() 8839 sd_match(InnerPos, in MatchFunnelPosNeg()
|