Create a disjoint or.
Declared in <llvm/IR/IRBuilder.h>
Value*
CreateDisjointOr(
Value* LHS,
Value* RHS,
Twine const& Name = "");
The created disjoint or.
| Name | Description |
|---|---|
| LHS | Left-hand side operand. |
| RHS | Right-hand side operand. |
| Name | Name of the new instruction or value. |