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

References

tools/polly/lib/External/isl/isl_int_sioimath.c
  133 	if (isl_sioimath_decode_small(lhs, &lhssmall) &&
  135 		if (lhssmall == 0 || rhssmall == 0) {
  139 		smallgcd = isl_sioimath_smallgcd(lhssmall, rhssmall);
  140 		multiple = (uint64_t) abs(lhssmall) * (uint64_t) abs(rhssmall);