Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h458 const int NumAddrSpace = MatchTable[CurrentIdx++]; in executeMatchTable() local
468 const uint64_t LastIdx = CurrentIdx + NumAddrSpace; in executeMatchTable()
475 for (int I = 0; I != NumAddrSpace; ++I) { in executeMatchTable()