Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPFloat.cpp99 static const fltSemantics semBFloat = {127, -126, 8, 16}; variable
199 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()