Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CFP

454   if (ConstantFP *CFP = dyn_cast<ConstantFP>(NewAddSub)) {
455 const APFloat &F = CFP->getValueAPF();
1170 if (ConstantFP *CFP = dyn_cast<ConstantFP>(RHS)) {
1172 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType());
1174 ConstantExpr::getSIToFP(CI, I.getType()) == CFP &&