Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp42 case RK_IntegerMult: in isIntegerRecurrenceKind()
61 case RK_IntegerMult: in isArithmeticRecurrenceKind()
431 return InstDesc(Kind == RK_IntegerMult, I); in isRecurrenceInstr()
480 if (AddReductionVar(Phi, RK_IntegerMult, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
527 case RK_IntegerMult: in getRecurrenceIdentity()
549 case RK_IntegerMult: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h65 RK_IntegerMult, ///< Product of integers. enumerator