Home
last modified time | relevance | path

Searched refs:readVarIntWithFlag (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeImplementation.h178 LogicalResult readVarIntWithFlag(uint64_t &result, bool &flag) { in readVarIntWithFlag() function
198 if (failed(readVarIntWithFlag(nonZeroesCount, useSparseEncoding))) in readSparseArray()