Searched defs:getCommonDomains (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DExecutionDepsFix.cpp86 unsigned getCommonDomains(unsigned mask) const { function in struct:__anon18520::DomainValue
262 unsigned common = A->getCommonDomains(B->AvailableDomains);
350 unsigned common = dv->getCommonDomains(available);
382 if (!dv->getCommonDomains(available)) {

Completed in 45 milliseconds