Searched refs:TypesInProcessing (Results 1 – 2 of 2) sorted by relevance
1112 if (TypesInProcessing.count(Ty) && !isPointerTyOrWrapper(Ty)) in restOfCreateSPIRVType()1114 TypesInProcessing.insert(Ty); in restOfCreateSPIRVType()1117 TypesInProcessing.erase(Ty); in restOfCreateSPIRVType()1182 TypesInProcessing.clear(); in getOrCreateSPIRVType()
59 SmallPtrSet<const Type *, 4> TypesInProcessing; variable