Home | History | Annotate | Download | only in Analysis

Lines Matching full:cfp

1417   if (const ConstantFP *CFP = dyn_cast<ConstantFP>(V))
1418 return !CFP->getValueAPF().isNegZero();
1433 if (ConstantFP *CFP = dyn_cast<ConstantFP>(I->getOperand(1)))
1434 if (CFP->isNullValue())
1480 if (ConstantFP *CFP = dyn_cast<ConstantFP>(V)) {
1481 if (CFP->getType()->isFloatTy())
1482 V = ConstantExpr::getBitCast(CFP, Type::getInt32Ty(V->getContext()));
1483 if (CFP->getType()->isDoubleTy())
1484 V = ConstantExpr::getBitCast(CFP, Type::getInt64Ty(V->getContext()));