Searched refs:InnerPos (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 588 SDValue InnerPos, SDValue InnerNeg, 592 SDValue InnerPos, SDValue InnerNeg, 6833 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument 6844 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg() 6861 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument 6874 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg() 6895 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg() 6903 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg() 6904 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg() 6913 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg() [all …]
|