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.h291 const auto TyI = ExecInfo.TypeIDMap.find(Ty); in executeMatchTable() local
292 if (TyI == ExecInfo.TypeIDMap.end()) { in executeMatchTable()
296 const int64_t TypeID = TyI->second; in executeMatchTable()