Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h149 static unsigned int semanticsSizeInBits(const fltSemantics &);
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp508 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats()
509 APFloat::semanticsSizeInBits(SR))) in cmpAPFloats()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h204 static unsigned int semanticsSizeInBits(const fltSemantics &);
/external/llvm/lib/Support/
DAPFloat.cpp867 APFloat::semanticsSizeInBits(const fltSemantics &semantics) in semanticsSizeInBits() function in APFloat