Home | History | Annotate | Download | only in IR

Lines Matching refs:Range

943   // If in the end we have a single range, it is possible that it is now the
944 // full range. Just drop the metadata in that case.
946 ConstantRange Range(EndPoints[0]->getValue(), EndPoints[1]->getValue());
947 if (Range.isFullSet())