Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h218 static bool isFloatingPointRecurrenceKind(RecurKind Kind);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp60 bool RecurrenceDescriptor::isFloatingPointRecurrenceKind(RecurKind Kind) { in isFloatingPointRecurrenceKind() function in RecurrenceDescriptor
270 if (!isFloatingPointRecurrenceKind(Kind)) in AddReductionVar()