Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h290 const auto TyI = ExecInfo.TypeIDMap.find(Ty); in executeMatchTable() local
291 if (TyI == ExecInfo.TypeIDMap.end()) { in executeMatchTable()
295 const int64_t TypeID = TyI->second; in executeMatchTable()