Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CFP

1425   if (const ConstantFP *CFP = dyn_cast<ConstantFP>(V))
1426 return !CFP->getValueAPF().isNegZero();
1441 if (ConstantFP *CFP = dyn_cast<ConstantFP>(I->getOperand(1)))
1442 if (CFP->isNullValue())
1488 if (ConstantFP *CFP = dyn_cast<ConstantFP>(V)) {
1489 if (CFP->getType()->isFloatTy())
1490 V = ConstantExpr::getBitCast(CFP, Type::getInt32Ty(V->getContext()));
1491 if (CFP->getType()->isDoubleTy())
1492 V = ConstantExpr::getBitCast(CFP, Type::getInt64Ty(V->getContext()));