Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp613 std::pair<Type, unsigned> typeInfoC = in verify() local
618 arguments.append(typeInfoC.second, typeInfoC.first); in verify()
628 getContext(), SmallVector<Type, 8>(typeInfoC.second, typeInfoC.first)); in verify()
631 << typeInfoC.second << " elements of type " << typeInfoC.first; in verify()