Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp46 case RK_IntegerMinMax: in isIntegerRecurrenceKind()
263 if (!IsAPhi && Kind != RK_IntegerMinMax && Kind != RK_FloatMinMax && in AddReductionVar()
271 if (Kind == RK_IntegerMinMax && in AddReductionVar()
333 if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) && in AddReductionVar()
446 if (Kind != RK_IntegerMinMax && in isRecurrenceInstr()
496 if (AddReductionVar(Phi, RK_IntegerMinMax, TheLoop, HasFunNoNaNAttr, in isReductionPHI()
561 case RK_IntegerMinMax: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h69 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()). enumerator
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3331 if (RK == RecurrenceDescriptor::RK_IntegerMinMax || in vectorizeLoop()