Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp283 return L.ge_set(R); in buildConditionSet()
291 return L.ge_set(R); in buildConditionSet()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h272 inline set ge_set(aff aff2) const;
1977 inline set ge_set(pw_aff pwaff2) const;
2071 inline set ge_set(pw_aff_list list2) const;
4023 set aff::ge_set(aff aff2) const in ge_set() function
11593 set pw_aff::ge_set(pw_aff pwaff2) const in ge_set() function
12058 set pw_aff_list::ge_set(pw_aff_list list2) const in ge_set() function
Dcpp-checked.h330 inline isl::checked::set ge_set(isl::checked::aff aff2) const;
1920 inline isl::checked::set ge_set(isl::checked::pw_aff pwaff2) const;
3320 isl::checked::set aff::ge_set(isl::checked::aff aff2) const in ge_set() function
8190 isl::checked::set pw_aff::ge_set(isl::checked::pw_aff pwaff2) const in ge_set() function
Dcpp.h394 inline isl::set ge_set(isl::aff aff2) const;
1985 inline isl::set ge_set(isl::pw_aff pwaff2) const;
3455 isl::set aff::ge_set(isl::aff aff2) const in ge_set() function
10917 isl::set pw_aff::ge_set(isl::pw_aff pwaff2) const in ge_set() function
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2866 Extent = Extent.intersect(OuterMax.ge_set(Val)); in getExtent()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2497 def ge_set(arg0, arg1): member in pw_aff
2507 return union_pw_aff(arg0).ge_set(arg1)
3580 def ge_set(arg0, arg1): member in aff
3590 return pw_aff(arg0).ge_set(arg1)