Searched refs:compatibleTypes (Results 1 – 2 of 2) sorted by relevance
796 static bool isCompatibleImpl(Type type, DenseSet<Type> &compatibleTypes) { in isCompatibleImpl() argument797 if (!compatibleTypes.insert(type).second) in isCompatibleImpl()801 return isCompatibleImpl(type, compatibleTypes); in isCompatibleImpl()849 compatibleTypes.erase(type); in isCompatibleImpl()857 return isCompatibleImpl(type, llvmDialect->compatibleTypes.get()); in isCompatibleType()
73 ThreadLocalCache<DenseSet<Type>> compatibleTypes;