reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
650 APInt bitcastToAPInt() const;
1110 APFLOAT_DISPATCH_ON_SEMANTICS(bitcastToAPInt());
lib/Support/APFloat.cpp4176 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); 4178 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM); 4185 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); 4187 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); 4194 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); 4195 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); 4205 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); 4207 APFloat(semPPCDoubleDoubleLegacy, Multiplicand.bitcastToAPInt()), 4208 APFloat(semPPCDoubleDoubleLegacy, Addend.bitcastToAPInt()), RM); 4215 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); 4329 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); 4340 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) 4381 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) 4418 APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) 4424 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());