File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -769,10 +769,6 @@ SelectPatternFlavor getInverseMinMaxFlavor(SelectPatternFlavor SPF);
769
769
770
770
Intrinsic::ID getInverseMinMaxIntrinsic (Intrinsic::ID MinMaxID);
771
771
772
- // / Return the canonical inverse comparison predicate for the specified
773
- // / minimum/maximum flavor.
774
- CmpInst::Predicate getInverseMinMaxPred (SelectPatternFlavor SPF);
775
-
776
772
// / Return the minimum or maximum constant value for the specified integer
777
773
// / min/max flavor and type.
778
774
APInt getMinMaxLimit (SelectPatternFlavor SPF, unsigned BitWidth);
Original file line number Diff line number Diff line change @@ -6481,10 +6481,6 @@ Intrinsic::ID llvm::getInverseMinMaxIntrinsic(Intrinsic::ID MinMaxID) {
6481
6481
}
6482
6482
}
6483
6483
6484
- CmpInst::Predicate llvm::getInverseMinMaxPred (SelectPatternFlavor SPF) {
6485
- return getMinMaxPred (getInverseMinMaxFlavor (SPF));
6486
- }
6487
-
6488
6484
APInt llvm::getMinMaxLimit (SelectPatternFlavor SPF, unsigned BitWidth) {
6489
6485
switch (SPF) {
6490
6486
case SPF_SMAX: return APInt::getSignedMaxValue (BitWidth);
You can’t perform that action at this time.
0 commit comments