Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h204 static bool isArithmeticRecurrenceKind(RecurKind Kind);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp72 bool RecurrenceDescriptor::isArithmeticRecurrenceKind(RecurKind Kind) { in isArithmeticRecurrenceKind() function in RecurrenceDescriptor
275 if (isArithmeticRecurrenceKind(Kind)) in AddReductionVar()