LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

XorSelf Struct Reference

Collaboration diagram for XorSelf:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 XorSelf (Value *rhs)
bool shouldApply (Value *LHS) const
Instructionapply (BinaryOperator &Xor) const

Public Attributes

ValueRHS

Detailed Description

Definition at line 1692 of file InstructionCombining.cpp.


Constructor & Destructor Documentation

XorSelf::XorSelf Value rhs  )  [inline]
 

Definition at line 1694 of file InstructionCombining.cpp.


Member Function Documentation

Instruction* XorSelf::apply BinaryOperator Xor  )  const [inline]
 

Definition at line 1696 of file InstructionCombining.cpp.

bool XorSelf::shouldApply Value LHS  )  const [inline]
 

Definition at line 1695 of file InstructionCombining.cpp.


Member Data Documentation

Value* XorSelf::RHS
 

Definition at line 1693 of file InstructionCombining.cpp.


The documentation for this struct was generated from the following file: