Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp51 case RK_IntegerAnd: in isIntegerRecurrenceKind()
440 return InstDesc(Kind == RK_IntegerAnd, I); in isRecurrenceInstr()
493 if (AddReductionVar(Phi, RK_IntegerAnd, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
572 case RK_IntegerAnd: in getRecurrenceIdentity()
595 case RK_IntegerAnd: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h71 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator