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

References

include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
  546     if (!Ty.isVector())
  547       return isInstUnsupported({TargetOpcode::G_CONSTANT, {Ty}});
  549     LLT EltTy = Ty.getElementType();
  551            isInstUnsupported({TargetOpcode::G_BUILD_VECTOR, {Ty, EltTy}});