Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp50 bool RecurrenceDescriptor::isIntegerRecurrenceKind(RecurrenceKind Kind) { in isIntegerRecurrenceKind() function in RecurrenceDescriptor
66 return (Kind != RK_NoRecurrence) && !isIntegerRecurrenceKind(Kind); in isFloatingPointRecurrenceKind()
244 if (!isIntegerRecurrenceKind(Kind)) in AddReductionVar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h217 static bool isIntegerRecurrenceKind(RecurrenceKind Kind);