LLVM API Documentation
Public Member Functions | |
AddRHS (Value *rhs) | |
bool | shouldApply (Value *LHS) const |
Instruction * | apply (BinaryOperator &Add) const |
Public Attributes | |
Value * | RHS |
Definition at line 1101 of file InstructionCombining.cpp.
AddRHS::AddRHS | ( | Value * | rhs | ) | [inline] |
Definition at line 1103 of file InstructionCombining.cpp.
Instruction* AddRHS::apply | ( | BinaryOperator & | Add | ) | const [inline] |
Definition at line 1105 of file InstructionCombining.cpp.
References llvm::BinaryOperator::getOperand().
bool AddRHS::shouldApply | ( | Value * | LHS | ) | const [inline] |