Searched refs:semBFloat (Results 1 – 1 of 1) sorted by relevance
99 static const fltSemantics semBFloat = {127, -126, 8, 16}; variable199 return semBFloat; in BFloat()3430 assert(semantics == (const llvm::fltSemantics *)&semBFloat); in convertBFloatAPFloatToAPInt()3545 if (semantics == (const llvm::fltSemantics *)&semBFloat) in bitcastToAPInt()3742 initialize(&semBFloat); in initFromBFloatAPInt()3852 if (Sem == &semBFloat) in initFromAPInt()