Home | History | Annotate | Download | only in Sema

Lines Matching defs:swapped

6164   // Canonicalize the ExtVector to the LHS, remember if we swapped so we can
6166 bool swapped = false;
6168 swapped = true;
6182 if (swapped) std::swap(RHS, LHS);
6193 if (swapped) std::swap(RHS, LHS);
6200 if (swapped) std::swap(RHS, LHS);