Home
last modified time | relevance | path

Searched refs:RK_IntegerAnd (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp59 case RK_IntegerAnd: in isIntegerRecurrenceKind()
513 return InstDesc(Kind == RK_IntegerAnd, I); in isRecurrenceInstr()
571 if (AddReductionVar(Phi, RK_IntegerAnd, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
671 case RK_IntegerAnd: in getRecurrenceIdentity()
694 case RK_IntegerAnd: in getRecurrenceBinOp()
1703 case RD::RK_IntegerAnd: in createTargetReduction()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h71 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h72 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator