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