Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CFP

7052   if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(Value)) {
7059 switch (CFP->getValueType(0).getSimpleVT().SimpleTy) {
7068 Tmp = DAG.getConstant((uint32_t)CFP->getValueAPF().
7079 Tmp = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt().
7091 uint64_t Val = CFP->getValueAPF().bitcastToAPInt().getZExtValue();
8223 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(N1)) {
8225 if (CFP->getValueAPF().isZero()) {