Searched defs:ExponentBias (Results 1 – 2 of 2) sorted by relevance
122 unsigned ExponentBias = (1 << (ExponentWidth - 1)) - 1; expandFPToI() local
5483 unsigned ExponentBias = FloatEltVT == MVT::f64 ? 1023 : 127; lowerCTLZ_CTTZ_ZERO_UNDEF() local