Searched refs:x_overflows (Results 1 – 2 of 2) sorted by relevance
128 llvm::Value* x_overflows = b->CreateICmpUGT( in EmitReducePrecisionFloat() local143 x_as_int = b->CreateSelect(x_overflows, x_signed_inf, x_as_int); in EmitReducePrecisionFloat()
2594 const bool x_overflows = x_exponent > (reduced_max_exponent << 23); in HandleReducePrecision()2605 value_as_int = x_overflows ? x_signed_inf : value_as_int; in HandleReducePrecision()