Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Interfaces/
H A DLoopLikeInterface.h30 LogicalResult verifyLoopLikeOpInterface(Operation *op);
H A DLoopLikeInterface.td415 return detail::verifyLoopLikeOpInterface($_op);
/llvm-project/mlir/lib/Interfaces/
H A DLoopLikeInterface.cpp56 LogicalResult detail::verifyLoopLikeOpInterface(Operation *op) { in verifyLoopLikeOpInterface() function in detail