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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1999     if ((N1.isUndef() || N2.isUndef()) &&
 2005     if (N1.isUndef() && N2.isUndef())
 2010     if (N1 == N2)
 2014   if (ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2)) {
 2036   auto *N2CFP = dyn_cast<ConstantFPSDNode>(N2);
 2094   } else if (N1CFP && OpVT.isSimple() && !N2.isUndef()) {
 2099     return getSetCC(dl, VT, N2, N1, SwappedCond);
 2101              (OpVT.isFloatingPoint() && (N1.isUndef() || N2.isUndef()))) {