Searched refs:x_overflows (Results 1 – 2 of 2) sorted by relevance
2634 const bool x_overflows =2646 value_as_int = x_overflows ? x_signed_inf : value_as_int;
152 llvm::Value* x_overflows = b->CreateICmpUGT( in EmitReducePrecisionIR() local167 x_as_int = b->CreateSelect(x_overflows, x_signed_inf, x_as_int); in EmitReducePrecisionIR()