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

References

tools/polly/lib/External/isl/isl_int_sioimath.h
 1060 	if (isl_sioimath_decode_small(lhs, &lhssmall) &&
 1062 		return (lhssmall > rhssmall) - (lhssmall < rhssmall);
 1062 		return (lhssmall > rhssmall) - (lhssmall < rhssmall);
 1068 	if (isl_sioimath_decode_small(lhs, &lhssmall))
 1070 		           isl_sioimath_bigarg_src(rhs, &rhsscratch), lhssmall);