LLVM API Documentation
Public Member Functions | |
XorSelf (Value *rhs) | |
bool | shouldApply (Value *LHS) const |
Instruction * | apply (BinaryOperator &Xor) const |
Public Attributes | |
Value * | RHS |
Definition at line 2868 of file InstructionCombining.cpp.
XorSelf::XorSelf | ( | Value * | rhs | ) | [inline] |
Definition at line 2870 of file InstructionCombining.cpp.
Instruction* XorSelf::apply | ( | BinaryOperator & | Xor | ) | const [inline] |
Definition at line 2872 of file InstructionCombining.cpp.
bool XorSelf::shouldApply | ( | Value * | LHS | ) | const [inline] |
Definition at line 2871 of file InstructionCombining.cpp.
Definition at line 2869 of file InstructionCombining.cpp.