diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -12708,13 +12708,15 @@ Overview: """"""""" -The '``llvm.lround.*``' intrinsics returns the operand rounded to the -nearest integer. +The '``llvm.lround.*``' intrinsics return the operand rounded to the nearest +integer with ties away from zero. + Arguments: """""""""" -The argument is a floating-point number and return is an integer type. +The argument is a floating-point number and the return value is an integer +type. Semantics: """""""""" @@ -12742,13 +12744,14 @@ Overview: """"""""" -The '``llvm.llround.*``' intrinsics returns the operand rounded to the -nearest integer. +The '``llvm.llround.*``' intrinsics return the operand rounded to the nearest +integer with ties away from zero. Arguments: """""""""" -The argument is a floating-point number and return is an integer type. +The argument is a floating-point number and the return value is an integer +type. Semantics: """""""""" @@ -12782,13 +12785,15 @@ Overview: """"""""" -The '``llvm.lrint.*``' intrinsics returns the operand rounded to the -nearest integer. +The '``llvm.lrint.*``' intrinsics return the operand rounded to the nearest +integer. + Arguments: """""""""" -The argument is a floating-point number and return is an integer type. +The argument is a floating-point number and the return value is an integer +type. Semantics: """""""""" @@ -12816,13 +12821,14 @@ Overview: """"""""" -The '``llvm.llrint.*``' intrinsics returns the operand rounded to the -nearest integer. +The '``llvm.llrint.*``' intrinsics return the operand rounded to the nearest +integer. Arguments: """""""""" -The argument is a floating-point number and return is an integer type. +The argument is a floating-point number and the return value is an integer +type. Semantics: """"""""""