Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h244 LLVM_ABI static bool isFloatingPointRecurrenceKind(RecurKind Kind);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp62 bool RecurrenceDescriptor::isFloatingPointRecurrenceKind(RecurKind Kind) { in isFloatingPointRecurrenceKind() function in RecurrenceDescriptor
272 if (!isFloatingPointRecurrenceKind(Kind)) in AddReductionVar()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9189 RecurrenceDescriptor::isFloatingPointRecurrenceKind(RecurrenceKind) in adjustRecipesForReductions()