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

Declarations

tools/polly/lib/External/isl/include/isl/ast.h
   69 enum isl_ast_op_type isl_ast_expr_get_op_type(__isl_keep isl_ast_expr *expr);

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  174   assert(isl_ast_expr_get_op_type(Expr) == isl_ast_op_minus &&
  199   switch (isl_ast_expr_get_op_type(Expr)) {
  237   assert(isl_ast_expr_get_op_type(Expr) == isl_ast_op_access &&
  358   OpType = isl_ast_expr_get_op_type(Expr);
  456   assert(isl_ast_expr_get_op_type(Expr) == isl_ast_op_select &&
  493       isl_ast_expr_get_op_type(Op0) != isl_ast_op_address_of ||
  494       isl_ast_expr_get_op_type(Op1) != isl_ast_op_address_of;
  521   isl_ast_op_type OpType = isl_ast_expr_get_op_type(Expr);
  549   OpType = isl_ast_expr_get_op_type(Expr);
  600   OpType = isl_ast_expr_get_op_type(Expr);
  651   switch (isl_ast_expr_get_op_type(Expr)) {
  702   assert(isl_ast_expr_get_op_type(Op) == isl_ast_op_access &&
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  117   isl_ast_op_type OpType = isl_ast_expr_get_op_type(Cond.get());
  908   assert(isl_ast_expr_get_op_type(Expr) == isl_ast_op_call &&
tools/polly/lib/External/isl/isl_ast.c
  514 	    isl_ast_expr_get_op_type(expr) != isl_ast_op_access)
 1957 		op = isl_ast_expr_get_op_type(expr);
tools/polly/lib/External/isl/isl_test.c
 8465 		 isl_ast_expr_get_op_type(expr) == isl_ast_op_min;
tools/polly/lib/External/ppcg/gpu.c
 1679 	    isl_ast_expr_get_op_type(arg0) == isl_ast_op_member) {
 1746 	    isl_ast_expr_get_op_type(arg0) == isl_ast_op_member) {