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

Declarations

include/llvm/CodeGen/GlobalISel/Utils.h
  172 MVT getMVTForLLT(LLT Ty);

References

lib/CodeGen/GlobalISel/CombinerHelper.cpp
  861       MVT VT = getMVTForLLT(Ty);
 1001       MVT VT = getMVTForLLT(Ty);
 1002       MVT LargestVT = getMVTForLLT(LargestTy);