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

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  237   assert(isl_ast_expr_get_op_type(Expr) == isl_ast_op_access &&
  657   case isl_ast_op_access:
  702   assert(isl_ast_expr_get_op_type(Op) == isl_ast_op_access &&
tools/polly/lib/External/isl/isl_ast.c
  514 	    isl_ast_expr_get_op_type(expr) != isl_ast_op_access)
  718 	return ast_expr_with_arguments(isl_ast_op_access, array, indices);
 1461 	[isl_ast_op_access] = 2,
 1492 	[isl_ast_op_access] = 1,
 1808 		if (expr->u.op.op == isl_ast_op_access) {
 1895 	[isl_ast_op_access] = "access",
tools/polly/lib/External/isl/isl_ast_build_expr.c
 2289 	enum isl_ast_op_type type = isl_ast_op_access;
 2329 	if (type == isl_ast_op_access &&
 2429 	return isl_ast_build_from_multi_pw_aff(build, isl_ast_op_access, mpa);
 2470 	return isl_ast_build_from_pw_multi_aff(build, isl_ast_op_access, pma);