Searched refs:getWithSorted (Results 1 – 3 of 3) sorted by relevance
458 static DictionaryAttr getWithSorted(MLIRContext *context,481 /// getWithSorted and returns whether the values were sorted.487 /// getWithSorted in place on an array and returns whether the values needed
167 DictionaryAttr DictionaryAttr::getWithSorted(MLIRContext *context, in getWithSorted() function in DictionaryAttr236 return getWithSorted(getContext(), vec); in replaceImmediateSubElements()
59 dictionarySorted.setPointer(DictionaryAttr::getWithSorted(context, attrs)); in getDictionary()