Home
last modified time | relevance | path

Searched refs:isl_ast_op_gt (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_type.h69 #define isl_ast_op_gt isl_ast_expr_op_gt macro
/external/llvm-project/polly/lib/CodeGen/
DIslExprBuilder.cpp524 assert(OpType >= isl_ast_op_eq && OpType <= isl_ast_op_gt && in createOpICmp()
526 assert(isl_ast_op_eq + 4 == isl_ast_op_gt && in createOpICmp()
687 case isl_ast_op_gt: in createOp()