Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp401 if (ReduxDesc.getRecKind() != RecurKind::None) in AddReductionVar()
402 Kind = ReduxDesc.getRecKind(); in AddReductionVar()
639 return InstDesc(Select, Prev.getRecKind()); in isSelectCmpPattern()
680 return InstDesc(Select, Prev.getRecKind()); in isMinMaxPattern()
764 assert(Prev.getRecKind() == RecurKind::None || Prev.getRecKind() == Kind); in isRecurrenceInstr()
769 return InstDesc(I, Prev.getRecKind(), Prev.getExactFPMathInst()); in isRecurrenceInstr()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h102 RecurKind getRecKind() const { return RecKind; } in getRecKind() function