Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp41 case RK_IntegerAdd: in isIntegerRecurrenceKind()
60 case RK_IntegerAdd: in isArithmeticRecurrenceKind()
429 return InstDesc(Kind == RK_IntegerAdd, I); in isRecurrenceInstr()
476 if (AddReductionVar(Phi, RK_IntegerAdd, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
523 case RK_IntegerAdd: in getRecurrenceIdentity()
547 case RK_IntegerAdd: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h64 RK_IntegerAdd, ///< Sum of integers. enumerator