My Project
Classes | Namespaces | Functions
Value.h File Reference
#include "mlir/IR/Types.h"
#include "mlir/IR/UseDefLists.h"
#include "mlir/Support/LLVM.h"
Include dependency graph for Value.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::Value
 
struct  mlir::Value::ImplTypeTraits
 
class  mlir::detail::BlockArgumentImpl
 The internal implementation of a BlockArgument. More...
 
class  mlir::BlockArgument
 Block arguments are values. More...
 
class  mlir::OpResult
 This is a value defined by a result of an operation. More...
 
struct  llvm::DenseMapInfo< mlir::Value >
 
struct  llvm::PointerLikeTypeTraits< mlir::Value >
 Allow stealing the low bits of a value. More...
 
struct  llvm::DenseMapInfo< mlir::BlockArgument >
 
struct  llvm::PointerLikeTypeTraits< mlir::BlockArgument >
 Allow stealing the low bits of a value. More...
 

Namespaces

 mlir
 
 mlir::detail
 Check if a Callable type can be invoked with the given set of arg types.
 
 llvm
 

Functions

raw_ostream & mlir::operator<< (raw_ostream &os, Value value)
 
inline ::llvm::hash_code mlir::hash_value (Value arg)
 Make Value hashable. More...