Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CFP

335       ConstantFP *CFP = dyn_cast<ConstantFP>(C->getAggregateElement(I));
336 if (!CFP || !CFP->getValueAPF().isFiniteNonZero())
350 ConstantFP *CFP = dyn_cast<ConstantFP>(C->getAggregateElement(I));
351 if (!CFP || !CFP->getValueAPF().isNormal())