mini-llvm 0.1.0
Loading...
Searching...
No Matches
FloatingType.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2
3#pragma once
4
6#include "mini-llvm/ir/Type.h"
8
9namespace mini_llvm::ir {
10
12public:
13 virtual Precision precision() const = 0;
14};
15
16} // namespace mini_llvm::ir
#define MINI_LLVM_EXPORT
Definition Compiler.h:17
Definition FloatingType.h:11
virtual Precision precision() const =0
Definition Argument.h:13
Precision
Definition Precision.h:7