Home
last modified time | relevance | path

Searched refs:compatibleTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp796 static bool isCompatibleImpl(Type type, DenseSet<Type> &compatibleTypes) { in isCompatibleImpl() argument
797 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()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOpBase.td73 ThreadLocalCache<DenseSet<Type>> compatibleTypes;