Searched refs:x_underflows (Results 1 – 2 of 2) sorted by relevance
2636 const bool x_underflows =2647 value_as_int = x_underflows ? x_signed_zero : value_as_int;
155 llvm::Value* x_underflows = b->CreateICmpULE( in EmitReducePrecisionIR() local168 x_as_int = b->CreateSelect(x_underflows, x_signed_zero, x_as_int); in EmitReducePrecisionIR()