Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp483 ByteCodeField numMatcherIndices = allocatedIndices.size() + 1; in allocateMemoryIndices() local
484 if (numMatcherIndices > maxValueMemoryIndex) in allocateMemoryIndices()
485 maxValueMemoryIndex = numMatcherIndices; in allocateMemoryIndices()