Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp277 return L.lt_set(R); in buildConditionSet()
285 return L.lt_set(R); in buildConditionSet()
DScopInfo.cpp674 isl::set DimOutside = Var.lt_set(Zero); in assumeNoOutOfBound()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h294 inline set lt_set(aff aff2) const;
2000 inline set lt_set(pw_aff pwaff2) const;
2077 inline set lt_set(pw_aff_list list2) const;
4156 set aff::lt_set(aff aff2) const in lt_set() function
11732 set pw_aff::lt_set(pw_aff pwaff2) const in lt_set() function
12094 set pw_aff_list::lt_set(pw_aff_list list2) const in lt_set() function
Dcpp-checked.h334 inline isl::checked::set lt_set(isl::checked::aff aff2) const;
1928 inline isl::checked::set lt_set(isl::checked::pw_aff pwaff2) const;
3344 isl::checked::set aff::lt_set(isl::checked::aff aff2) const in lt_set() function
8238 isl::checked::set pw_aff::lt_set(isl::checked::pw_aff pwaff2) const in lt_set() function
Dcpp.h398 inline isl::set lt_set(isl::aff aff2) const;
1993 inline isl::set lt_set(isl::pw_aff pwaff2) const;
3503 isl::set aff::lt_set(isl::aff aff2) const in lt_set() function
11013 isl::set pw_aff::lt_set(isl::pw_aff pwaff2) const in lt_set() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2613 def lt_set(arg0, arg1): member in pw_aff
2623 return union_pw_aff(arg0).lt_set(arg1)
3640 def lt_set(arg0, arg1): member in aff
3650 return pw_aff(arg0).lt_set(arg1)