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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4563   EVT VT = N1.getValueType();
 4567   if (N0.isUndef() || N1.isUndef())
 4570   if (SDValue V = foldLogicOfSetCCs(true, N0, N1, DL))
 4573   if (N0.getOpcode() == ISD::ADD && N1.getOpcode() == ISD::SRL &&
 4576       if (ConstantSDNode *SRLI = dyn_cast<ConstantSDNode>(N1.getOperand(1))) {
 4609     if (ConstantSDNode *CAnd = dyn_cast<ConstantSDNode>(N1)) {