Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h201 static bool isFloatingPointRecurrenceKind(RecurKind Kind);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp68 bool RecurrenceDescriptor::isFloatingPointRecurrenceKind(RecurKind Kind) { in isFloatingPointRecurrenceKind() function in RecurrenceDescriptor
270 if (!isFloatingPointRecurrenceKind(Kind)) in AddReductionVar()