LLVM  8.0.1
DAGCombine.h
Go to the documentation of this file.
1 //===-- llvm/CodeGen/DAGCombine.h ------- SelectionDAG Nodes ---*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 
11 #ifndef LLVM_CODEGEN_DAGCOMBINE_H
12 #define LLVM_CODEGEN_DAGCOMBINE_H
13 
14 namespace llvm {
15 
21 };
22 
23 } // end llvm namespace
24 
25 #endif
This class represents lattice values for constants.
Definition: AllocatorList.h:24
CombineLevel
Definition: DAGCombine.h:16