Home
last modified time | relevance | path

Searched refs:isl_pw_aff_cond (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Daff.h343 __isl_give isl_pw_aff *isl_pw_aff_cond(__isl_take isl_pw_aff *cond,
Dcpp-checked.h8156 auto res = isl_pw_aff_cond(copy(), pwaff_true.release(), pwaff_false.release()); in cond()
Disl-noexceptions.h11503 auto res = isl_pw_aff_cond(copy(), pwaff_true.release(), pwaff_false.release()); in cond()
Dcpp.h10851 auto res = isl_pw_aff_cond(copy(), pwaff_true.release(), pwaff_false.release()); in cond()
/external/llvm-project/polly/lib/External/isl/
Disl_input.c768 return isl_pw_aff_cond(pa_cond, pwaff1, pwaff2); in accept_ternary()
Disl_aff.c3275 __isl_give isl_pw_aff *isl_pw_aff_cond(__isl_take isl_pw_aff *cond, in isl_pw_aff_cond() function
3519 return isl_pw_aff_cond(isl_set_indicator_function(cond), f, c); in isl_pw_aff_tdiv_q()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod163 =item * The first argument of C<isl_pw_aff_cond> is now
165 A call C<isl_pw_aff_cond(a, b, c)> can be replaced by
167 isl_pw_aff_cond(isl_set_indicator_function(a), b, c)
8873 __isl_give isl_pw_aff *isl_pw_aff_cond(
8878 The function C<isl_pw_aff_cond> performs a conditional operator
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2429 …res = isl.isl_pw_aff_cond(isl.isl_pw_aff_copy(arg0.ptr), isl.isl_pw_aff_copy(arg1.ptr), isl.isl_pw…
2864 isl.isl_pw_aff_cond.restype = c_void_p
2865 isl.isl_pw_aff_cond.argtypes = [c_void_p, c_void_p, c_void_p]