|
MLIR 22.0.0git
|
#include "mlir/Dialect/LLVMIR/LLVMInterfaces.h"#include "mlir/Dialect/LLVMIR/LLVMDialect.h"#include "mlir/Dialect/LLVMIR/LLVMInterfaces.cpp.inc"Go to the source code of this file.
Functions | |
| template<class AttrT> | |
| static LogicalResult | isArrayOf (Operation *op, ArrayAttr array) |
| Verifies that all elements of array are instances of Attr. | |
Verifies that all elements of array are instances of Attr.
Definition at line 22 of file LLVMInterfaces.cpp.
References ArrayAttr(), mlir::Operation::emitOpError(), and success().
Referenced by mlir::LLVM::detail::verifyAccessGroupOpInterface(), and mlir::LLVM::detail::verifyAliasAnalysisOpInterface().