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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
20038   auto *N1C = dyn_cast<ConstantSDNode>(N1.getNode());
20043   if (SDValue SCC = DAG.FoldSetCC(CmpResVT, N0, N1, CC, DL)) {
20053           convertSelectOfFPConstantsToLoadOffset(DL, N0, N1, N2, N3, CC))
20056   if (SDValue V = foldSelectCCToShiftAnd(DL, N0, N1, N2, N3, CC))
20069       N0->getValueType(0) == VT && isNullConstant(N1) && isNullConstant(N2) &&
20115       SCC = DAG.getSetCC(DL, CmpResVT, N0, N1, CC);
20121       SCC = DAG.getSetCC(SDLoc(N0), MVT::i1, N0, N1, CC);