reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 8685   if (SDValue V = DAG.simplifySelect(N0, N1, N2))
 8690     return DAG.getSelect(DL, VT, F, N2, N1);
 8705         N1 == LHS && N2.getOpcode() == ISD::SUB && N1 == N2.getOperand(1))
 8705         N1 == LHS && N2.getOpcode() == ISD::SUB && N1 == N2.getOperand(1))
 8708              N2 == LHS && N1.getOpcode() == ISD::SUB && N2 == N1.getOperand(1))
 8708              N2 == LHS && N1.getOpcode() == ISD::SUB && N2 == N1.getOperand(1))
 8709       isAbs = ISD::isBuildVectorAllZeros(N1.getOperand(0).getNode());
 8732               combineMinNumMaxNum(DL, VT, LHS, RHS, N1, N2, CC, TLI, DAG))
 8743       EVT WideVT = N1.getValueType().changeVectorElementTypeToInteger();
 8762         return DAG.getSelect(DL, N1.getValueType(), WideSetCC, N1, N2);
 8762         return DAG.getSelect(DL, N1.getValueType(), WideSetCC, N1, N2);
 8767   if (SimplifySelectOps(N, N1, N2))
 8772     return N1;
 8780   if (N1.getOpcode() == ISD::CONCAT_VECTORS &&