Searched refs:semIEEEhalf (Results 1 – 1 of 1) sorted by relevance
71 static const fltSemantics semIEEEhalf = {15, -14, 11, 16}; variable153 return semIEEEhalf; in IEEEhalf()3043 assert(semantics == (const llvm::fltSemantics*)&semIEEEhalf); in convertHalfAPFloatToAPInt()3074 if (semantics == (const llvm::fltSemantics*)&semIEEEhalf) in bitcastToAPInt()3279 initialize(&semIEEEhalf); in initFromHalfAPInt()3309 if (Sem == &semIEEEhalf) in initFromAPInt()4554 return APFloat(semIEEEhalf, APInt::getAllOnesValue(BitWidth)); in getAllOnesValue()