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 1242 of file InstructionCombining.cpp.
| AddRHS::AddRHS | ( | Value * | rhs | ) | [inline] |
Definition at line 1244 of file InstructionCombining.cpp.
| bool AddRHS::shouldApply | ( | Value * | LHS | ) | const [inline] |
| Instruction* AddRHS::apply | ( | BinaryOperator & | Add | ) | const [inline] |
Definition at line 1246 of file InstructionCombining.cpp.
References llvm::BinaryOperator::getOperand().