LLZK 0.1.0
Veridise's ZK Language IR
|
#include "llzk/Util/StreamHelper.h"
#include <mlir/IR/DialectImplementation.h>
#include <llvm/ADT/APInt.h>
Go to the source code of this file.
Classes | |
struct | mlir::FieldParser< llvm::APInt > |
Namespaces | |
namespace | llzk |
Functions | |
llvm::APInt | llzk::toAPInt (int64_t i) |
int64_t | llzk::fromAPInt (llvm::APInt i) |
bool | llzk::isNullOrEmpty (mlir::ArrayAttr a) |
bool | llzk::isNullOrEmpty (mlir::DenseArrayAttr a) |
bool | llzk::isNullOrEmpty (mlir::DictionaryAttr a) |
void | llzk::appendWithoutType (mlir::raw_ostream &os, mlir::Attribute a) |
std::string | llzk::stringWithoutType (mlir::Attribute a) |
void | llzk::printAttrs (mlir::AsmPrinter &printer, mlir::ArrayRef< mlir::Attribute > attrs, const mlir::StringRef &separator) |