Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp58 case RK_IntegerXor: in isIntegerRecurrenceKind()
577 return InstDesc(Kind == RK_IntegerXor, I); in isRecurrenceInstr()
640 if (AddReductionVar(Phi, RK_IntegerXor, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI()
750 case RK_IntegerXor: in getRecurrenceIdentity()
783 case RK_IntegerXor: in getRecurrenceBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h71 RK_IntegerXor, ///< Bitwise or logical XOR of numbers. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp974 case RD::RK_IntegerXor: in createTargetReduction()