Home
last modified time | relevance | path

Searched refs:getMinMaxRecurrenceKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h200 MinMaxRecurrenceKind getMinMaxRecurrenceKind() { return MinMaxKind; } in getMinMaxRecurrenceKind() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp902 RD::MinMaxRecurrenceKind MMKind = Desc.getMinMaxRecurrenceKind(); in createTargetReduction()
908 Flags.IsMaxOp = Desc.getMinMaxRecurrenceKind() == RD::MRK_FloatMax; in createTargetReduction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3498 RdxDesc.getMinMaxRecurrenceKind(); in fixReduction()