Home | History | Annotate | Download | only in Analysis

Lines Matching refs:equalsInt

1917     if (cast<SCEVConstant>(Ops[0])->getValue()->equalsInt(1)) {
2130 if (RHSC->getValue()->equalsInt(1))
5492 if (StepC == 0 || StepC->getValue()->equalsInt(0))
5506 if (StepC->getValue()->equalsInt(1) || StepC->getValue()->isAllOnesValue()) {