Home | History | Annotate | Download | only in Analysis

Lines Matching defs: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();
546 // the upper bits are all zero.
551 // the upper bits are all one.