#include "mlir/IR/DialectInterface.h"
#include "mlir/IR/OpDefinition.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/raw_ostream.h"
#include "mlir/IR/OpAsmInterface.h.inc"
Go to the source code of this file.
|
OpAsmPrinter & | mlir::operator<< (OpAsmPrinter &p, Value value) |
|
template<typename T , typename std::enable_if< std::is_convertible< T &, ValueRange >::value &&!std::is_convertible< T &, Value &>::value, T >::type * = nullptr> |
OpAsmPrinter & | mlir::operator<< (OpAsmPrinter &p, const T &values) |
|
OpAsmPrinter & | mlir::operator<< (OpAsmPrinter &p, Type type) |
|
OpAsmPrinter & | mlir::operator<< (OpAsmPrinter &p, Attribute attr) |
|
OpAsmPrinter & | mlir::operator<< (OpAsmPrinter &p, bool value) |
|
template<typename IteratorT > |
OpAsmPrinter & | mlir::operator<< (OpAsmPrinter &p, const iterator_range< ValueTypeIterator< IteratorT >> &types) |
|