Searched refs:RK_IntegerAnd (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 51 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/ |
D | LoopUtils.cpp | 59 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/ |
D | LoopUtils.h | 71 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 72 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator
|