mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
[IR] Garbage collect unused variants. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e280c6ab3e
commit
214e3b8d64
@ -1059,18 +1059,6 @@ public:
|
||||
return isFalseWhenEqual(getPredicate());
|
||||
}
|
||||
|
||||
/// @brief Determine if Pred1 implies Pred2 is true when two compares have
|
||||
/// matching operands.
|
||||
bool isImpliedTrueByMatchingCmp(Predicate Pred2) const {
|
||||
return isImpliedTrueByMatchingCmp(getPredicate(), Pred2);
|
||||
}
|
||||
|
||||
/// @brief Determine if Pred1 implies Pred2 is false when two compares have
|
||||
/// matching operands.
|
||||
bool isImpliedFalseByMatchingCmp(Predicate Pred2) const {
|
||||
return isImpliedFalseByMatchingCmp(getPredicate(), Pred2);
|
||||
}
|
||||
|
||||
/// @returns true if the predicate is unsigned, false otherwise.
|
||||
/// @brief Determine if the predicate is an unsigned operation.
|
||||
static bool isUnsigned(Predicate predicate);
|
||||
|
Loading…
Reference in New Issue
Block a user