Searched refs:TypeIDMap (Results 1 – 2 of 2) sorted by relevance
667 TypeIDMap[TypeObjects[I]] = I; in ExecInfoTy()674 SmallDenseMap<LLT, unsigned, 64> TypeIDMap; member
291 const auto TyI = ExecInfo.TypeIDMap.find(Ty); in executeMatchTable()292 if (TyI == ExecInfo.TypeIDMap.end()) { in executeMatchTable()