Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CFP

1035     if (const ConstantFP *CFP = dyn_cast<ConstantFP>(C))
1036 return DAG.getConstantFP(*CFP, VT);
4206 if (ConstantFP *CFP = dyn_cast<ConstantFP>(C)) {
4208 IsExp10 = CFP->getValueAPF().bitwiseIsEqual(Ten);