Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp44 case RK_IntegerAnd: in isIntegerRecurrenceKind()
433 return InstDesc(Kind == RK_IntegerAnd, I); in isRecurrenceInstr()
488 if (AddReductionVar(Phi, RK_IntegerAnd, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
530 case RK_IntegerAnd: in getRecurrenceIdentity()
553 case RK_IntegerAnd: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h67 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator