Home | History | Annotate | Download | only in Scalar

Lines Matching refs:FC2

1022       if (ConstantInt *FC2 = dyn_cast<ConstantInt>(Factors[i].Op))
1023 if (FC1->getValue() == -FC2->getValue()) {