Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp400 if (ReduxDesc.getRecKind() != RecurKind::None) in AddReductionVar()
401 Kind = ReduxDesc.getRecKind(); in AddReductionVar()
636 return InstDesc(Select, Prev.getRecKind()); in isAnyOfPattern()
802 return InstDesc(Select, Prev.getRecKind()); in isMinMaxPattern()
893 assert(Prev.getRecKind() == RecurKind::None || Prev.getRecKind() == Kind); in isRecurrenceInstr()
898 return InstDesc(I, Prev.getRecKind(), Prev.getExactFPMathInst()); in isRecurrenceInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h121 RecurKind getRecKind() const { return RecKind; } in getRecKind() function