Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DSCEVAffinator.cpp144 isl::set NotEqualSet = PWAC.first.ne_set(PWAMod); in checkForWrapping()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h299 inline set ne_set(aff aff2) const;
2008 inline set ne_set(pw_aff pwaff2) const;
2081 inline set ne_set(pw_aff_list list2) const;
4186 set aff::ne_set(aff aff2) const in ne_set() function
11780 set pw_aff::ne_set(pw_aff pwaff2) const in ne_set() function
12118 set pw_aff_list::ne_set(pw_aff_list list2) const in ne_set() function
Dcpp-checked.h338 inline isl::checked::set ne_set(isl::checked::aff aff2) const;
1934 inline isl::checked::set ne_set(isl::checked::pw_aff pwaff2) const;
3367 isl::checked::set aff::ne_set(isl::checked::aff aff2) const in ne_set() function
8273 isl::checked::set pw_aff::ne_set(isl::checked::pw_aff pwaff2) const in ne_set() function
Dcpp.h402 inline isl::set ne_set(isl::aff aff2) const;
1999 inline isl::set ne_set(isl::pw_aff pwaff2) const;
3546 isl::set aff::ne_set(isl::aff aff2) const in ne_set() function
11080 isl::set pw_aff::ne_set(isl::pw_aff pwaff2) const in ne_set() function
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp275 return L.ne_set(R); in buildConditionSet()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2686 def ne_set(arg0, arg1): member in pw_aff
2696 return union_pw_aff(arg0).ne_set(arg1)
3683 def ne_set(arg0, arg1): member in aff
3693 return pw_aff(arg0).ne_set(arg1)