Home
last modified time | relevance | path

Searched refs:isCompatibleImpl (Results 1 – 1 of 1) 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() function
801 return isCompatibleImpl(type, compatibleTypes); in isCompatibleImpl()
857 return isCompatibleImpl(type, llvmDialect->compatibleTypes.get()); in isCompatibleType()
860 return isCompatibleImpl(type, localCompatibleTypes); in isCompatibleType()