Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp59 case RK_IntegerAnd: in isIntegerRecurrenceKind()
569 return InstDesc(Kind == RK_IntegerAnd, I); in isRecurrenceInstr()
631 if (AddReductionVar(Phi, RK_IntegerAnd, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
731 case RK_IntegerAnd: in getRecurrenceIdentity()
754 case RK_IntegerAnd: in getRecurrenceBinOp()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h71 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp895 case RD::RK_IntegerAnd: in createTargetReduction()