Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CFP

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