LLVM 20.0.0git
|
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/ADT/APFloat.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; |
#define GET_VT_EVT | ( | Ty, | |
EVT | |||
) | case MVT::Ty: return EVT; |