Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp118 static bool isNestedInFunctionOpInterface(Operation *op) { in isNestedInFunctionOpInterface() function
125 return isNestedInFunctionOpInterface(op->getParentOp()); in isNestedInFunctionOpInterface()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td3980 CPred<"isNestedInFunctionOpInterface($_op.getParentOp())">>;