Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching full:cfp

875     } else if (const ConstantFP *CFP = dyn_cast<ConstantFP>(C)) {
877 Type *Ty = CFP->getType();
879 Record.push_back(CFP->getValueAPF().bitcastToAPInt().getZExtValue());
883 APInt api = CFP->getValueAPF().bitcastToAPInt();
888 APInt api = CFP