mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Add another helper method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29147 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79fbf7fe27
commit
6b8408e910
@ -618,6 +618,10 @@ public:
|
||||
/// one, but with the specified operand set to the specified value.
|
||||
Constant *getWithOperandReplaced(unsigned OpNo, Constant *Op) const;
|
||||
|
||||
/// getWithOperands - This returns the current constant expression with the
|
||||
/// operands replaced with the specified values. The specified operands must
|
||||
/// match count and type with the existing ones.
|
||||
Constant *getWithOperands(const std::vector<Constant*> &Ops) const;
|
||||
|
||||
virtual void destroyConstant();
|
||||
virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
|
||||
|
Loading…
Reference in New Issue
Block a user