Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CFP

1386   if (const ConstantFP *CFP = dyn_cast<ConstantFP>(V))
1387 return !CFP->getValueAPF().isNegZero();
1402 if (ConstantFP *CFP = dyn_cast<ConstantFP>(I->getOperand(1)))
1403 if (CFP->isNullValue())
1449 if (ConstantFP *CFP = dyn_cast<ConstantFP>(V)) {
1450 if (CFP->getType()->isFloatTy())
1451 V = ConstantExpr::getBitCast(CFP, Type::getInt32Ty(V->getContext()));
1452 if (CFP->getType()->isDoubleTy())
1453 V = ConstantExpr::getBitCast(CFP, Type::getInt64Ty(V->getContext()));