Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/
H A DCIRLoopOpInterface.h26 mlir::LogicalResult verifyLoopOpInterface(::mlir::Operation *op);
H A DCIRLoopOpInterface.td95 return detail::verifyLoopOpInterface($_op);
/freebsd/contrib/llvm-project/clang/lib/CIR/Interfaces/
H A DCIRLoopOpInterface.cpp54 llvm::LogicalResult detail::verifyLoopOpInterface(mlir::Operation *op) { in verifyLoopOpInterface() function in cir::detail