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