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