Searched refs:x_overflows (Results 1 – 2 of 2) sorted by relevance
118 llvm::Value* x_overflows = ir_builder->CreateICmpUGT( in EmitReducePrecisionFloat() local133 x_as_int = ir_builder->CreateSelect(x_overflows, x_signed_inf, x_as_int); in EmitReducePrecisionFloat()
1846 const bool x_overflows = x_exponent > (reduced_max_exponent << 23); in HandleReducePrecision() local1857 value_as_int = x_overflows ? x_signed_inf : value_as_int; in HandleReducePrecision()