Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Upper

203     ConstantInt *Upper = cast<ConstantInt>(Ranges.getOperand(2*i + 1));
204 ConstantRange Range(Lower->getValue(), Upper->getValue());
207 unsigned LeadingZeros = (Upper->getValue() - 1).countLeadingZeros();
558 // the upper bits are all zero.
563 // the upper bits are all one.