Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp49 case RK_IntegerMult: in isIntegerRecurrenceKind()
68 case RK_IntegerMult: in isArithmeticRecurrenceKind()
438 return InstDesc(Kind == RK_IntegerMult, I); in isRecurrenceInstr()
485 if (AddReductionVar(Phi, RK_IntegerMult, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
569 case RK_IntegerMult: in getRecurrenceIdentity()
591 case RK_IntegerMult: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h69 RK_IntegerMult, ///< Product of integers. enumerator