Home | History | Annotate | Download | only in Scalar

Lines Matching refs:C0

1897   auto *C0 = dyn_cast<ConstantFP>(I->getOperand(0));
1901 if (C0 && C1)
1904 ConstantFP *CF = C0 ? C0 : C1;
1931 I->setOperand(C0 ? 0 : 1, ConstantFP::get(CF->getContext(), Val));