Searched refs:isNestedInFunctionOpInterface (Results 1 – 2 of 2) sorted by relevance
24 static bool isNestedInFunctionOpInterface(Operation *op) { in isNestedInFunctionOpInterface() function31 return isNestedInFunctionOpInterface(op->getParentOp()); in isNestedInFunctionOpInterface()
4277 CPred<"isNestedInFunctionOpInterface($_op.getParentOp())">>;