Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h219 static bool isFloatingPointRecurrenceKind(RecurKind Kind);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp62 bool RecurrenceDescriptor::isFloatingPointRecurrenceKind(RecurKind Kind) { in isFloatingPointRecurrenceKind() function in RecurrenceDescriptor
273 if (!isFloatingPointRecurrenceKind(Kind)) in AddReductionVar()