Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h286 static bool isSignedRecurrenceKind(RecurKind Kind) { in isSignedRecurrenceKind() function
310 return ConstantInt::get(Ty, isSignedRecurrenceKind(Kind) in getSentinelValue()
314 return ConstantInt::get(Ty, isSignedRecurrenceKind(Kind) in getSentinelValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1233 bool IsSigned = RecurrenceDescriptor::isSignedRecurrenceKind(RdxKind); in createFindLastIVReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp768 bool IsSigned = RecurrenceDescriptor::isSignedRecurrenceKind(RK); in generate()