Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h217 static bool isFloatingPointRecurrenceKind(RecurrenceKind Kind);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp67 bool RecurrenceDescriptor::isFloatingPointRecurrenceKind(RecurrenceKind Kind) { in isFloatingPointRecurrenceKind() function in RecurrenceDescriptor
243 if (!isFloatingPointRecurrenceKind(Kind)) in AddReductionVar()