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

References

tools/polly/lib/External/isl/isl_tab_pip.c
 1763 			ISL_FL_SET(flags, I_CST);
 1765 			ISL_FL_SET(flags, I_PAR);
 1766 		if (ISL_FL_ISSET(flags, I_CST) && ISL_FL_ISSET(flags, I_PAR))
 1766 		if (ISL_FL_ISSET(flags, I_CST) && ISL_FL_ISSET(flags, I_PAR))
 1769 			ISL_FL_SET(flags, I_VAR);
 1770 		*f = flags;