Home | History | Annotate | Download | only in IR

Lines Matching refs:getSemantics

1098     if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEsingle ||
1099 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEdouble) {
1106 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble;
1149 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
1156 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEquad) {
1162 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble) {
1168 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEhalf) {