Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp57 case RK_IntegerMult: in isIntegerRecurrenceKind()
76 case RK_IntegerMult: in isArithmeticRecurrenceKind()
567 return InstDesc(Kind == RK_IntegerMult, I); in isRecurrenceInstr()
621 if (AddReductionVar(Phi, RK_IntegerMult, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
728 case RK_IntegerMult: in getRecurrenceIdentity()
750 case RK_IntegerMult: in getRecurrenceBinOp()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h69 RK_IntegerMult, ///< Product of integers. enumerator
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp893 case RD::RK_IntegerMult: in createTargetReduction()