Add two matrices, supporting integer and floating-point element types.
Declared in <llvm/IR/MatrixBuilder.h>
<llvm/IR/MatrixBuilder.h>
Value* CreateAdd( Value* LHS, Value* RHS);
The matrix sum of LHS and RHS.
LHS
RHS.