Lines Matching full:fadd
1705 LLVM IR floating-point binary ops (:ref:`fadd <i_fadd>`,
3839 '``fadd``' Instruction
3847 <result> = fadd [fast-math flags]* <ty> <op1>, <op2> ; yields ty:result
3852 The '``fadd``' instruction returns the sum of its two operands.
3857 The two arguments to the '``fadd``' instruction must be :ref:`floating
3874 <result> = fadd float 4.0, %var ; yields float:result = 4.0 + %var