Lines Matching full:newr
165 bool markConstantRange(const ConstantRange NewR) {167 if (NewR.isEmptySet())170 bool changed = Range == NewR;171 Range = NewR;176 if (NewR.isEmptySet())180 Range = NewR;260 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());261 if (NewR.isFullSet())263 return markConstantRange(NewR);