Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h209 const auto TyI = ISelInfo.TypeIDMap.find(Ty); in executeMatchTable() local
210 if (TyI == ISelInfo.TypeIDMap.end()) { in executeMatchTable()
214 const int64_t TypeID = TyI->second; in executeMatchTable()