Home | History | Annotate | Download | only in PowerPC

Lines Matching full:cfp

1104   if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(Op))
1105 return CFP->getValueAPF().isZero();
1109 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CP->getConstVal()))
1110 return CFP->getValueAPF().isZero();