Searched refs:InnerPos (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 654 SDValue InnerPos, SDValue InnerNeg, bool HasPos, 658 SDValue InnerPos, SDValue InnerNeg, bool HasPos, 8302 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument 8314 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg() 8330 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument 8344 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg() 8364 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg() 8372 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg() 8373 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg() 8382 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg() [all …]
|