mini-llvm
0.1.0
Toggle main menu visibility
Loading...
Searching...
No Matches
Precision.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
2
3
#pragma once
4
5
namespace
mini_llvm
{
6
7
enum class
Precision
{
8
kSingle
,
9
kDouble
,
10
};
11
12
}
// namespace mini_llvm
mini_llvm
Definition
GraphColoringAllocator.h:13
mini_llvm::Precision
Precision
Definition
Precision.h:7
mini_llvm::Precision::kDouble
@ kDouble
Definition
Precision.h:9
mini_llvm::Precision::kSingle
@ kSingle
Definition
Precision.h:8
include
mini-llvm
common
Precision.h
Generated by
1.17.0