Searched refs:IsMaxOp (Results 1 – 2 of 2) sorted by relevance
1341 ReductionFlags() : IsMaxOp(false), IsSigned(false), NoNaN(false) {} in ReductionFlags()1342 bool IsMaxOp; ///< If the op a min/max kind, true if it's a max operation. member
1024 RdxFlags.IsMaxOp = RdxKind == RecurKind::SMax || RdxKind == RecurKind::UMax || in createSimpleTargetReduction()