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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1970   EVT OpVT = N1.getValueType();
 1999     if ((N1.isUndef() || N2.isUndef()) &&
 2005     if (N1.isUndef() && N2.isUndef())
 2010     if (N1 == N2)
 2016     if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1)) {
 2035   auto *N1CFP = dyn_cast<ConstantFPSDNode>(N1);
 2099     return getSetCC(dl, VT, N2, N1, SwappedCond);
 2101              (OpVT.isFloatingPoint() && (N1.isUndef() || N2.isUndef()))) {