Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp349 if (ReduxDesc.getRecKind() != RecurKind::None) in AddReductionVar()
350 Kind = ReduxDesc.getRecKind(); in AddReductionVar()
519 return InstDesc(Select, Prev.getRecKind()); in isMinMaxSelectCmpPattern()
601 return InstDesc(I, Prev.getRecKind(), Prev.getExactFPMathInst()); in isRecurrenceInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h97 RecurKind getRecKind() const { return RecKind; } in getRecKind() function