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