Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/ExecutionEngine/SparseTensor/
H A DMapRef.cpp39 c = decodeConst(dim2lvl[l]); in isFloor()
49 c = decodeConst(dim2lvl[l]); in isMod()
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DEnums.h495 constexpr uint64_t decodeConst(uint64_t v) { return (v >> 20) & 0xfffffu; } in decodeConst() function