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

References

tools/polly/lib/External/ppcg/gpu.c
 5456 		fixed = isl_pw_aff_n_piece(pa) == 1;
 5457 		if (fixed)
 5458 			fixed = isl_pw_aff_is_cst(pa);
 5460 		if (fixed < 0 || !fixed)
 5460 		if (fixed < 0 || !fixed)
 5463 	if (fixed >= 0 && fixed)
 5463 	if (fixed >= 0 && fixed)
 5464 		fixed = complete_index(expr, index);
 5467 	return fixed;