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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h223 static bool isArithmeticRecurrenceKind(RecurrenceKind Kind);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp69 bool RecurrenceDescriptor::isArithmeticRecurrenceKind(RecurrenceKind Kind) { function in class:RecurrenceDescriptor
246 if (isArithmeticRecurrenceKind(Kind))

Completed in 57 milliseconds