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