Home
last modified time | relevance | path

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

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