Searched refs:normal_shift (Results 1 – 2 of 2) sorted by relevance
262 const int normal_shift = in NormalizedShiftSize() local266 return std::max(normal_shift, minimum_shift); in NormalizedShiftSize()
1458 unsigned normal_shift = 23 - mant_bits; in ac_ufN_to_float() local1462 shifted = LLVMBuildShl(ctx->builder, src, LLVMConstInt(ctx->i32, normal_shift, false), ""); in ac_ufN_to_float()