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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  315     bool LHSUndef = AllowUndefs && LHSOp.isUndef();
  317     auto *LHSCst = dyn_cast<ConstantSDNode>(LHSOp);
  321     if (!AllowTypeMismatch && (LHSOp.getValueType() != SVT ||
  322                                LHSOp.getValueType() != RHSOp.getValueType()))