Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1710 RD::MinMaxRecurrenceKind MMKind = Desc.getMinMaxRecurrenceKind(); in createTargetReduction() local
1711 Flags.IsMaxOp = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_UIntMax); in createTargetReduction()
1712 Flags.IsSigned = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_SIntMin); in createTargetReduction()