Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDGIMatchTableExecutorImpl.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()