Home
last modified time | relevance | path

Searched refs:semBFloat (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPFloat.cpp79 static const fltSemantics semBFloat = {127, -126, 8, 16}; variable
168 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()