Searched refs:InnerPos (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 586 SDValue InnerPos, SDValue InnerNeg, 590 SDValue InnerPos, SDValue InnerNeg, 6803 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument 6814 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg() 6831 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument 6844 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg() 6865 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg() 6873 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg() 6874 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg() 6883 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg() [all …]
|