Searched refs:semIEEEhalf (Results 1 – 1 of 1) sorted by relevance
72 static const fltSemantics semIEEEhalf = {15, -14, 11, 16}; variable118 return semIEEEhalf; in IEEEhalf()2966 assert(semantics == (const llvm::fltSemantics*)&semIEEEhalf); in convertHalfAPFloatToAPInt()2997 if (semantics == (const llvm::fltSemantics*)&semIEEEhalf) in bitcastToAPInt()3202 initialize(&semIEEEhalf); in initFromHalfAPInt()3232 if (Sem == &semIEEEhalf) in initFromAPInt()4473 return APFloat(semIEEEhalf, APInt::getAllOnesValue(BitWidth)); in getAllOnesValue()