mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-11 23:38:05 +00:00
Remove uneeded getValues() functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15488 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15876bb28c
commit
3e0ef89279
@ -367,10 +367,6 @@ public:
|
||||
///
|
||||
std::string getAsString() const;
|
||||
|
||||
/// getValues - Return a vector of the component constants that make up this
|
||||
/// array.
|
||||
inline const std::vector<Use> &getValues() const { return Operands; }
|
||||
|
||||
/// isNullValue - Return true if this is the value that would be returned by
|
||||
/// getNullValue. This always returns false because zero arrays are always
|
||||
/// created as ConstantAggregateZero objects.
|
||||
@ -410,10 +406,6 @@ public:
|
||||
return reinterpret_cast<const StructType*>(Value::getType());
|
||||
}
|
||||
|
||||
/// getValues - Return a vector of the component constants that make up this
|
||||
/// structure.
|
||||
inline const std::vector<Use> &getValues() const { return Operands; }
|
||||
|
||||
/// isNullValue - Return true if this is the value that would be returned by
|
||||
/// getNullValue. This always returns false because zero structs are always
|
||||
/// created as ConstantAggregateZero objects.
|
||||
|
Loading…
x
Reference in New Issue
Block a user