Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h220 static bool isArithmeticRecurrenceKind(RecurrenceKind Kind);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp71 bool RecurrenceDescriptor::isArithmeticRecurrenceKind(RecurrenceKind Kind) { in isArithmeticRecurrenceKind() function in RecurrenceDescriptor
248 if (isArithmeticRecurrenceKind(Kind)) in AddReductionVar()