Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h194 static bool isFloatingPointRecurrenceKind(RecurrenceKind Kind);
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp52 bool RecurrenceDescriptor::isFloatingPointRecurrenceKind(RecurrenceKind Kind) { in isFloatingPointRecurrenceKind() function in RecurrenceDescriptor
204 if (!isFloatingPointRecurrenceKind(Kind)) in AddReductionVar()