Searched defs:isSorted (Results 1 – 4 of 4) sorted by relevance
144 bool isSorted; variable
75 bool isSorted = value[0] < value[1]; in dictionaryAttrSort() local 90 bool isSorted = llvm::is_sorted(value); in dictionaryAttrSort() local 119 bool isSorted = dictionaryAttrSort</*inPlace=*/false>(value, storage); in sort() local 126 bool isSorted in sortInPlace() local 134 findDuplicate(SmallVectorImpl<NamedAttribute> & array,bool isSorted) findDuplicate() argument [all...]
920 bool isSorted() const { return dictionarySorted.getInt(); } isSorted() function
1537 Value isSorted = matchAndRewrite() local