Searched refs:ScalarIntegerTypeBits (Results 1 – 2 of 2) sorted by relevance
403 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType);406 ((1 << (ScalarIntegerTypeBits - 1 - Exponent)) - 1);
466 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType); in SaturatingRoundingMultiplyByPOTParam() local469 ((1 << (ScalarIntegerTypeBits - 1 - exponent)) - 1); in SaturatingRoundingMultiplyByPOTParam()