Searched refs:AggregationElement (Results 1 – 1 of 1) sorted by relevance
2958 class AggregationElement { class2959 AggregationElement(const AggregationElement &) = delete;2962 AggregationElement() = default;2963 AggregationElement &operator=(const AggregationElement &) = default;2964 AggregationElement(AggregationOperation Op, uint32_t ShAmt) in AggregationElement() function in Ice::ARM32::__anon6a253d620c11::StrengthReduction::AggregationElement3001 std::array<AggregationElement, N> *Operations) { in addOperations() argument3009 (*Operations)[*NumOperations] = AggregationElement(AO_Add, RangeStart); in addOperations()3022 (*Operations)[*NumOperations] = AggregationElement(AO_Add, RangeStart + 1); in addOperations()3024 (*Operations)[*NumOperations] = AggregationElement(AO_Sub, RangeEnd); in addOperations()3033 std::array<AggregationElement, N> *Operations) { in tryToOptimize() argument[all …]