Home
last modified time | relevance | path

Searched defs:typeSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceTest.cpp67 DenseSet<DataLayoutTypeInterface> typeSet; in TEST() local
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp479 llvm::any_of(iter.value(), [&](const SmallVector<Type, 4> &typeSet) { in verify()