reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
295 __isl_give isl_pw_aff *isl_pw_aff_tdiv_q(__isl_take isl_pw_aff *pa1,
11902 auto res = isl_pw_aff_tdiv_q(copy(), pa2.release());
tools/polly/lib/External/isl/isl_aff.c 3559 res = isl_pw_aff_tdiv_q(isl_pw_aff_copy(pa1), isl_pw_aff_copy(pa2));
tools/polly/lib/Support/SCEVAffinator.cpp 509 DividendPWAC = combine(DividendPWAC, DivisorPWAC, isl_pw_aff_tdiv_q);