Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp279 return L.le_set(R); in buildConditionSet()
289 return L.le_set(R); in buildConditionSet()
DScopInfo.cpp678 DimOutside = DimOutside.unite(SizeE.le_set(Var)); in assumeNoOutOfBound()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h292 inline set le_set(aff aff2) const;
1998 inline set le_set(pw_aff pwaff2) const;
2076 inline set le_set(pw_aff_list list2) const;
4144 set aff::le_set(aff aff2) const in le_set() function
11720 set pw_aff::le_set(pw_aff pwaff2) const in le_set() function
12088 set pw_aff_list::le_set(pw_aff_list list2) const in le_set() function
Dcpp-checked.h333 inline isl::checked::set le_set(isl::checked::aff aff2) const;
1927 inline isl::checked::set le_set(isl::checked::pw_aff pwaff2) const;
3338 isl::checked::set aff::le_set(isl::checked::aff aff2) const in le_set() function
8232 isl::checked::set pw_aff::le_set(isl::checked::pw_aff pwaff2) const in le_set() function
Dcpp.h397 inline isl::set le_set(isl::aff aff2) const;
1992 inline isl::set le_set(isl::pw_aff pwaff2) const;
3491 isl::set aff::le_set(isl::aff aff2) const in le_set() function
11001 isl::set pw_aff::le_set(isl::pw_aff pwaff2) const in le_set() function
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2865 Extent = Extent.intersect(OuterMin.le_set(Val)); in getExtent()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2598 def le_set(arg0, arg1): member in pw_aff
2608 return union_pw_aff(arg0).le_set(arg1)
3625 def le_set(arg0, arg1): member in aff
3635 return pw_aff(arg0).le_set(arg1)