Searched refs:semBFloat (Results 1 – 1 of 1) sorted by relevance
134 static constexpr fltSemantics semBFloat = {127, -126, 8, 16}; variable265 const fltSemantics &APFloatBase::BFloat() { return semBFloat; } in BFloat()3716 return convertIEEEFloatToAPInt<semBFloat>(); in convertBFloatAPFloatToAPInt()3792 if (semantics == (const llvm::fltSemantics *)&semBFloat) in bitcastToAPInt()4061 initFromIEEEAPInt<semBFloat>(api); in initFromBFloatAPInt()4117 if (Sem == &semBFloat) in initFromAPInt()