Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp64 static bool isNestedInFunctionLikeOp(Operation *op) { in isNestedInFunctionLikeOp() function
71 return isNestedInFunctionLikeOp(op->getParentOp()); in isNestedInFunctionLikeOp()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVBase.td3110 CPred<"isNestedInFunctionLikeOp($_op.getParentOp())">>;