Searched refs:isNestedInFunctionLikeOp (Results 1 – 2 of 2) sorted by relevance
64 static bool isNestedInFunctionLikeOp(Operation *op) { in isNestedInFunctionLikeOp() function71 return isNestedInFunctionLikeOp(op->getParentOp()); in isNestedInFunctionLikeOp()
3110 CPred<"isNestedInFunctionLikeOp($_op.getParentOp())">>;