Returns the comparison predicate used when expanding a min/max reduction.
Declared in <llvm/Transforms/Utils/LoopUtils.h>
CmpInst::Predicate
getMinMaxReductionPredicate(RecurKind RK);
The comparison predicate for the min/max reduction.
| Name | Description |
|---|---|
| RK | Recurrence kind describing the min/max reduction. |