Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h66 RK_NoRecurrence, ///< Not a recurrence. enumerator
243 RecurrenceKind Kind = RK_NoRecurrence;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp66 return (Kind != RK_NoRecurrence) && !isIntegerRecurrenceKind(Kind); in isFloatingPointRecurrenceKind()