Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp275 return L.le_set(R); in buildConditionSet()
285 return L.le_set(R); in buildConditionSet()
H A DScopInfo.cpp654 DimOutside = DimOutside.unite(SizeE.le_set(Var)); in assumeNoOutOfBound()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2891 Extent = Extent.intersect(OuterMin.le_set(Val)); in getExtent()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h421 inline isl::set le_set(isl::aff aff2) const;
422 inline isl::set le_set(const isl::pw_aff &pwaff2) const;
3111 inline isl::set le_set(isl::pw_aff pwaff2) const;
5350 isl::set aff::le_set(isl::aff aff2) const in le_set() function
5356 isl::set aff::le_set(const isl::pw_aff &pwaff2) const in le_set() function
5358 return isl::pw_aff(*this).le_set(pwaff2); in le_set()
15494 isl::set pw_aff::le_set(isl::pw_aff pwaff2) const in le_set() function