Home | History | Annotate | Download | only in Analysis

Lines Matching defs:isAllOnesValue

271 bool SCEV::isAllOnesValue() const {
273 return SC->getValue()->isAllOnesValue();
1911 } else if (Ops[0]->isAllOnesValue()) {
3634 if (CI->isAllOnesValue())
3692 if (CI->isAllOnesValue())
5329 if (StepC->getValue()->equalsInt(1) || StepC->getValue()->isAllOnesValue()) {