Home
last modified time | relevance | path

Searched refs:RK_FloatAdd (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp62 case RK_FloatAdd: in isArithmeticRecurrenceKind()
442 return InstDesc(Kind == RK_FloatAdd, I, UAI); in isRecurrenceInstr()
505 if (AddReductionVar(Phi, RK_FloatAdd, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
536 case RK_FloatAdd: in getRecurrenceIdentity()
559 case RK_FloatAdd: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h70 RK_FloatAdd, ///< Sum of floats. enumerator