Home | History | Annotate | Download | only in InstCombine

Lines Matching full:cfp

498   if (ConstantFP *CFP = dyn_cast<ConstantFP>(NewAddSub)) {
499 const APFloat &F = CFP->getValueAPF();
1360 if (ConstantFP *CFP = dyn_cast<ConstantFP>(RHS)) {
1362 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType());
1364 ConstantExpr::getSIToFP(CI, I.getType()) == CFP &&