LLVM API Documentation

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

AddRHS Struct Reference

Collaboration diagram for AddRHS:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AddRHS (Value *rhs)
bool shouldApply (Value *LHS) const
Instructionapply (BinaryOperator &Add) const

Public Attributes

ValueRHS

Detailed Description

Definition at line 462 of file InstructionCombining.cpp.


Constructor & Destructor Documentation

AddRHS::AddRHS Value rhs  )  [inline]
 

Definition at line 464 of file InstructionCombining.cpp.


Member Function Documentation

Instruction* AddRHS::apply BinaryOperator Add  )  const [inline]
 

Definition at line 466 of file InstructionCombining.cpp.

References llvm::User::getOperand().

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

Definition at line 465 of file InstructionCombining.cpp.

References RHS.


Member Data Documentation

Value* AddRHS::RHS
 

Definition at line 463 of file InstructionCombining.cpp.

Referenced by shouldApply().


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