Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOpDefinition.cpp24 static bool isNestedInFunctionOpInterface(Operation *op) { in isNestedInFunctionOpInterface() function
31 return isNestedInFunctionOpInterface(op->getParentOp()); in isNestedInFunctionOpInterface()
/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td4277 CPred<"isNestedInFunctionOpInterface($_op.getParentOp())">>;