LLVM API Documentation

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 3174 of file InstructionCombining.cpp.


Constructor & Destructor Documentation

XorSelf::XorSelf ( Value rhs  )  [inline]

Definition at line 3176 of file InstructionCombining.cpp.


Member Function Documentation

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.


Member Data Documentation

Value* XorSelf::RHS

Definition at line 3175 of file InstructionCombining.cpp.


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