Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp48 case RK_IntegerAdd: in isIntegerRecurrenceKind()
67 case RK_IntegerAdd: in isArithmeticRecurrenceKind()
436 return InstDesc(Kind == RK_IntegerAdd, I); in isRecurrenceInstr()
481 if (AddReductionVar(Phi, RK_IntegerAdd, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
565 case RK_IntegerAdd: in getRecurrenceIdentity()
589 case RK_IntegerAdd: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h68 RK_IntegerAdd, ///< Sum of integers. enumerator