Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeImplementation.h231 uint64_t indexValuePair; in readSparseArray() local
372 uint64_t indexValuePair = (value << indexBitSize) | (index); in writeSparseArray() local