createOrderedReduction overloads
Synopses
Declared in <llvm/Transforms/Utils/LoopUtils.h>
Create an ordered reduction intrinsic using the given recurrence kind RdxKind.
Value*
createOrderedReduction(
IRBuilderBase& B,
RecurKind RdxKind,
Value* Src,
Value* Start);
Overloaded function to generate vector‐predication intrinsics for ordered reduction.
Value*
createOrderedReduction(
IRBuilderBase& B,
RecurKind RdxKind,
Value* Src,
Value* Start,
Value* Mask,
Value* EVL);
Created with MrDocs