Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp45 case RK_IntegerXor: in isIntegerRecurrenceKind()
437 return InstDesc(Kind == RK_IntegerXor, I); in isRecurrenceInstr()
492 if (AddReductionVar(Phi, RK_IntegerXor, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI()
522 case RK_IntegerXor: in getRecurrenceIdentity()
555 case RK_IntegerXor: in getRecurrenceBinOp()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h68 RK_IntegerXor, ///< Bitwise or logical XOR of numbers. enumerator