Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp69 case RK_FloatAdd: in isArithmeticRecurrenceKind()
449 return InstDesc(Kind == RK_FloatAdd, I, UAI); in isRecurrenceInstr()
510 if (AddReductionVar(Phi, RK_FloatAdd, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
578 case RK_FloatAdd: in getRecurrenceIdentity()
601 case RK_FloatAdd: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h74 RK_FloatAdd, ///< Sum of floats. enumerator