Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp876 const uint64_t pstop = static_cast<uint64_t>(pointersD[parentPos + 1]); in forallElements() local
879 assert(pstop <= indicesD.size() && "Index position is out of bounds"); in forallElements()
881 for (uint64_t pos = pstart; pos < pstop; pos++) { in forallElements()