Home
last modified time | relevance | path

Searched defs:disjoint (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DInterval.cpp17 template <typename T> bool Interval<T>::disjoint(const Interval &Other) const { in disjoint() function in llvm::sandboxir::Interval
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h35 bool disjoint(const std::set<T> &A, const std::set<T> &B) { in disjoint() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1527 const int disjoint[] = {1, 0, 3}; in TEST() local
1655 const int disjoint[] = {1, 0, 3}; in TEST() local