Searched defs:MaxExponent (Results 1 – 5 of 5) sorted by relevance
26 struct MaxExponent struct29 static const int value =
27 struct MaxExponent { struct28 static const int value = std::is_floating_point<NumericType>::value
31 struct MaxExponent struct33 static const int value = std::is_floating_point<NumericType>::value
786 const uint64_t MaxExponent = UINT64_MAX >> 1; in visitMulExpr() local
5735 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in foldFCmpIntToFPConst() local