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
 1098 	if (isl_sioimath_decode_small(lhs, &lhssmall) &&
 1100 		lhssmall = labs(lhssmall);
 1100 		lhssmall = labs(lhssmall);
 1102 		return (lhssmall > rhssmall) - (lhssmall < rhssmall);
 1102 		return (lhssmall > rhssmall) - (lhssmall < rhssmall);