Home
last modified time | relevance | path

Searched defs:readOptionalAttribute (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeImplementation.h121 LogicalResult readOptionalAttribute(T &result) { in readOptionalAttribute() function
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp956 LogicalResult readOptionalAttribute(Attribute &result) override { in readOptionalAttribute() function in __anonb8b7b79e0a11::DialectReader