Searched refs:semBFloat (Results 1 – 1 of 1) sorted by relevance
79 static const fltSemantics semBFloat = {127, -126, 8, 16}; variable168 return semBFloat; in BFloat()3279 assert(semantics == (const llvm::fltSemantics *)&semBFloat); in convertBFloatAPFloatToAPInt()3340 if (semantics == (const llvm::fltSemantics *)&semBFloat) in bitcastToAPInt()3537 initialize(&semBFloat); in initFromBFloatAPInt()3596 if (Sem == &semBFloat) in initFromAPInt()