Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp53 case RK_IntegerMinMax: in isIntegerRecurrenceKind()
270 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar()
278 if (Kind == RK_IntegerMinMax && in AddReductionVar()
340 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar()
453 if (Kind != RK_IntegerMinMax && in isRecurrenceInstr()
501 if (AddReductionVar(Phi, RK_IntegerMinMax, TheLoop, HasFunNoNaNAttr, in isReductionPHI()
603 case RK_IntegerMinMax: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h73 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()). enumerator
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3537 if (RK == RecurrenceDescriptor::RK_IntegerMinMax || in vectorizeLoop()