mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +00:00
Add a new method for bugpoint to use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c1be492f94
commit
79ce587cda
@ -614,6 +614,11 @@ public:
|
|||||||
/// getOpcodeName - Return a string representation for an opcode.
|
/// getOpcodeName - Return a string representation for an opcode.
|
||||||
const char *getOpcodeName() const;
|
const char *getOpcodeName() const;
|
||||||
|
|
||||||
|
/// getWithOperandReplaced - Return a constant expression identical to this
|
||||||
|
/// one, but with the specified operand set to the specified value.
|
||||||
|
Constant *getWithOperandReplaced(unsigned OpNo, Constant *Op) const;
|
||||||
|
|
||||||
|
|
||||||
virtual void destroyConstant();
|
virtual void destroyConstant();
|
||||||
virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
|
virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user