Searched refs:x_underflows (Results 1 – 2 of 2) sorted by relevance
131 llvm::Value* x_underflows = b->CreateICmpULE( in EmitReducePrecisionFloat() local144 x_as_int = b->CreateSelect(x_underflows, x_signed_zero, x_as_int); in EmitReducePrecisionFloat()
2595 const bool x_underflows = in HandleReducePrecision()2606 value_as_int = x_underflows ? x_signed_zero : value_as_int; in HandleReducePrecision()