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 3174 of file InstructionCombining.cpp.
| XorSelf::XorSelf | ( | Value * | rhs | ) | [inline] |
Definition at line 3176 of file InstructionCombining.cpp.
| bool XorSelf::shouldApply | ( | Value * | LHS | ) | const [inline] |
Definition at line 3177 of file InstructionCombining.cpp.
| Instruction* XorSelf::apply | ( | BinaryOperator & | Xor | ) | const [inline] |
Definition at line 3178 of file InstructionCombining.cpp.
Definition at line 3175 of file InstructionCombining.cpp.