Create a reduction of the given vector Src for a reduction of kind RecurKind::AnyOf. The start value of the reduction is InitVal.
Declared in <llvm/Transforms/Utils/LoopUtils.h>
Value*
createAnyOfReduction(
IRBuilderBase& B,
Value* Src,
Value* InitVal,
PHINode* OrigPhi);
LLVM Value Representation
| Name | Description |
|---|---|
| B | Common base class shared among various IRBuilders. |
| Src | LLVM Value Representation |
| InitVal | LLVM Value Representation |