Home
last modified time | relevance | path

Searched refs:MRK_SIntMax (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp697 case RecurrenceDescriptor::MRK_SIntMax: in createMinMaxOp()
847 MinMaxKind = Flags.IsSigned ? RD::MRK_SIntMax : RD::MRK_UIntMax; in createSimpleTargetReduction()
903 Flags.IsMaxOp = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_UIntMax); in createTargetReduction()
904 Flags.IsSigned = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_SIntMin); in createTargetReduction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandReductions.cpp63 return RecurrenceDescriptor::MRK_SIntMax; in getMRK()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h85 MRK_SIntMax, enumerator
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp488 return InstDesc(Select, MRK_SIntMax); in isMinMaxSelectCmpPattern()