reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  202   case isl_ast_op_max:
  659   case isl_ast_op_max:
tools/polly/lib/External/isl/isl_ast.c
 1413 	[isl_ast_op_max] = "max",
 1442 	[isl_ast_op_max] = 2,
 1473 	[isl_ast_op_max] = 1,
 1829 		if (expr->u.op.op == isl_ast_op_max ||
 1876 	[isl_ast_op_max] = "max",
 2515 	if (expr->u.op.op == isl_ast_op_max)
 2690 	case isl_ast_op_max:
 2722 	if (macros & ISL_AST_MACRO_MAX && fn(isl_ast_op_max, user) < 0)
tools/polly/lib/External/isl/isl_ast_build_expr.c
 1785 	op_type = state == isl_state_min ? isl_ast_op_min : isl_ast_op_max;
tools/polly/lib/External/isl/isl_ast_codegen.c
 1130 	node->u.f.init = reduce_list(isl_ast_op_max, lower, build);
tools/polly/lib/External/ppcg/print.c
  241 	case isl_ast_op_max:
  324 	p = isl_ast_op_type_set_print_name(p, isl_ast_op_max, ppcg_max);