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

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  602   assert((OpType == isl_ast_op_and_then || OpType == isl_ast_op_or_else) &&
  626   if (OpType == isl_ast_op_and || OpType == isl_ast_op_and_then)
  639   PHI->addIncoming(OpType == isl_ast_op_and_then ? Builder.getFalse()
  678   case isl_ast_op_and_then:
tools/polly/lib/External/isl/isl_ast.c
  615 	return isl_ast_expr_alloc_binary(isl_ast_op_and_then, expr1, expr2);
 1410 	[isl_ast_op_and_then] = "&&",
 1439 	[isl_ast_op_and_then] = 13,
 1470 	[isl_ast_op_and_then] = 1,
 1499 	return op == isl_ast_op_and || op == isl_ast_op_and_then;
 1873 	[isl_ast_op_and_then] = "and_then",