Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp57 case RK_IntegerAnd: in isIntegerRecurrenceKind()
573 return InstDesc(Kind == RK_IntegerAnd, I); in isRecurrenceInstr()
635 if (AddReductionVar(Phi, RK_IntegerAnd, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
758 case RK_IntegerAnd: in getRecurrenceIdentity()
781 case RK_IntegerAnd: in getRecurrenceBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h70 RK_IntegerAnd, ///< Bitwise or logical AND of numbers. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp970 case RD::RK_IntegerAnd: in createTargetReduction()