Searched refs:intersectDomainLHS (Results 1 – 1 of 1) sorted by relevance
1743 unsigned intersectDomainLHS = std::min(varLimit, getNumDomainDims()); in removeVarRange() local1748 if (intersectDomainLHS > intersectDomainRHS) in removeVarRange()1749 numDomainDims -= intersectDomainLHS - intersectDomainRHS; in removeVarRange()