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


Constructor & Destructor Documentation

XorSelf::XorSelf ( Value rhs  )  [inline]

Definition at line 2870 of file InstructionCombining.cpp.


Member Function Documentation

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.


Member Data Documentation

Value* XorSelf::RHS

Definition at line 2869 of file InstructionCombining.cpp.


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