Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp281 return L.gt_set(R); in buildConditionSet()
287 return L.gt_set(R); in buildConditionSet()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h286 inline set gt_set(aff aff2) const;
1987 inline set gt_set(pw_aff pwaff2) const;
2074 inline set gt_set(pw_aff_list list2) const;
4108 set aff::gt_set(aff aff2) const in gt_set() function
11654 set pw_aff::gt_set(pw_aff pwaff2) const in gt_set() function
12076 set pw_aff_list::gt_set(pw_aff_list list2) const in gt_set() function
Dcpp-checked.h332 inline isl::checked::set gt_set(isl::checked::aff aff2) const;
1922 inline isl::checked::set gt_set(isl::checked::pw_aff pwaff2) const;
3332 isl::checked::set aff::gt_set(isl::checked::aff aff2) const in gt_set() function
8202 isl::checked::set pw_aff::gt_set(isl::checked::pw_aff pwaff2) const in gt_set() function
Dcpp.h396 inline isl::set gt_set(isl::aff aff2) const;
1987 inline isl::set gt_set(isl::pw_aff pwaff2) const;
3479 isl::set aff::gt_set(isl::aff aff2) const in gt_set() function
10941 isl::set pw_aff::gt_set(isl::pw_aff pwaff2) const in gt_set() function
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2885 isl::set Set = PwAff.gt_set(Val); in getExtent()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2527 def gt_set(arg0, arg1): member in pw_aff
2537 return union_pw_aff(arg0).gt_set(arg1)
3610 def gt_set(arg0, arg1): member in aff
3620 return pw_aff(arg0).gt_set(arg1)