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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  298   if (!AllowTypeMismatch && LHS.getValueType() != RHS.getValueType())
  303     if (auto *RHSCst = dyn_cast<ConstantSDNode>(RHS))
  308       ISD::BUILD_VECTOR != RHS.getOpcode())
  314     SDValue RHSOp = RHS.getOperand(i);