Home | History | Annotate | Download | only in Analysis

Lines Matching defs:isAllOnesValue

285 bool SCEV::isAllOnesValue() const {
287 return SC->getValue()->isAllOnesValue();
1956 } else if (Ops[0]->isAllOnesValue()) {
3784 if (CI->isAllOnesValue())
3848 if (CI->isAllOnesValue())
5773 if (StepC->getValue()->equalsInt(1) || StepC->getValue()->isAllOnesValue()) {
5945 ME->getOperand(0)->isAllOnesValue()) {