LLVM 19.0.0git
Macros
ValueTypes.cpp File Reference
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TypeSize.h"
#include "llvm/Support/WithColor.h"
#include "llvm/CodeGen/GenVT.inc"

Go to the source code of this file.

Macros

#define GET_VT_EVT(Ty, EVT)   case MVT::Ty: return EVT;
 

Macro Definition Documentation

◆ GET_VT_EVT

#define GET_VT_EVT (   Ty,
  EVT 
)    case MVT::Ty: return EVT;