Lines Matching refs:APFloat
4282 APFloat FPVal = CFP->getValueAPF();9271 APFloat APF = C->getValueAPF();9272 if (APF.convertToInteger(&cN, 64, isSigned, APFloat::rmTowardZero, &isExact)9273 != APFloat::opOK || !isExact)10815 bool ARMTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {