Searched refs:sortedParams (Results 1 – 1 of 1) sorted by relevance
93 std::map<unsigned, DataLayoutEntryInterface> sortedParams; in findEntryForIntegerType() local95 sortedParams.insert(std::make_pair( in findEntryForIntegerType()98 auto iter = sortedParams.lower_bound(intType.getWidth()); in findEntryForIntegerType()99 if (iter == sortedParams.end()) in findEntryForIntegerType()