llvm::IRBuilderBase::CreateDisjointOr

Create a disjoint or.

Synopsis

Declared in <llvm/IR/IRBuilder.h>

Value*
CreateDisjointOr(
    Value* LHS,
    Value* RHS,
    Twine const& Name = "");

Return Value

The created disjoint or.

Parameters

NameDescription
LHSLeft-hand side operand.
RHSRight-hand side operand.
NameName of the new instruction or value.