Home | History | Annotate | Download | only in IR

Lines Matching full:cfp

881   ConstantFP *cFP = unwrap<ConstantFP>(ConstantVal) ;
882 Type *Ty = cFP->getType();
886 return cFP->getValueAPF().convertToFloat();
891 return cFP->getValueAPF().convertToDouble();
895 APFloat APF = cFP->getValueAPF();