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

Declarations

tools/polly/lib/External/isl/include/isl/mat.h
   72 __isl_give isl_mat *isl_mat_normalize_row(__isl_take isl_mat *mat, int row);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 9414   auto res = isl_mat_normalize_row(copy(), row);
tools/polly/lib/External/isl/isl_map_simplify.c
 4987 	T = isl_mat_normalize_row(T, 0);