Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Dimcalc.c97 static mp_result cf_cmpge(cstate_t *sp);
156 {">=", 2, cf_cmpge, "x y -- (x>=y)"},
849 static mp_result cf_cmpge(cstate_t *sp) { in cf_cmpge() function