Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp264 static LogicalResult verifyAllocLikeOp(AllocLikeOp op) { in verifyAllocLikeOp() function
286 static LogicalResult verify(AllocOp op) { return verifyAllocLikeOp(op); } in verify()
294 return verifyAllocLikeOp(op); in verify()