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))
 8706       isAbs = ISD::isBuildVectorAllZeros(N2.getOperand(0).getNode());
 8708              N2 == LHS && N1.getOpcode() == ISD::SUB && N2 == N1.getOperand(1))
 8708              N2 == LHS && N1.getOpcode() == ISD::SUB && N2 == N1.getOperand(1))
 8732               combineMinNumMaxNum(DL, VT, LHS, RHS, N1, N2, CC, TLI, DAG))
 8762         return DAG.getSelect(DL, N1.getValueType(), WideSetCC, N1, N2);
 8767   if (SimplifySelectOps(N, N1, N2))
 8775     return N2;
 8781       N2.getOpcode() == ISD::CONCAT_VECTORS &&