Searched defs:isIEEE (Results 1 – 4 of 4) sorted by relevance
79 bool Type::isIEEE() const { in isIEEE() function in Type
1247 bool isIEEE() const { return usesLayout<IEEEFloat>(getSemantics()); } in isIEEE() function
3375 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue()
4550 APFloat APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) { in getAllOnesValue()