Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_type.h65 #define isl_ast_op_eq isl_ast_expr_op_eq 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()
537 Res = Builder.CreateICmp(Predicates[OpType - isl_ast_op_eq][UseUnsignedCmp], in createOpICmp()
683 case isl_ast_op_eq: in createOp()