Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp398 if (ReduxDesc.getRecKind() != RecurKind::None) in AddReductionVar()
399 Kind = ReduxDesc.getRecKind(); in AddReductionVar()
635 return InstDesc(Select, Prev.getRecKind()); in isAnyOfPattern()
675 return InstDesc(Select, Prev.getRecKind()); in isMinMaxPattern()
769 assert(Prev.getRecKind() == RecurKind::None || Prev.getRecKind() == Kind); in isRecurrenceInstr()
774 return InstDesc(I, Prev.getRecKind(), Prev.getExactFPMathInst()); in isRecurrenceInstr()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h104 RecurKind getRecKind() const { return RecKind; } in getRecKind() function