Searched refs:cmpIdRange (Results 1 – 1 of 1) sorted by relevance
1219 const auto cmpIdRange = [&](range_t range) { in matchType() local1226 const auto cmpConst = [&]() { return cmpIdRange(constRange(opCode)); }; in matchType()1227 const auto cmpSubType = [&]() { return cmpIdRange(typeRange(opCode)); }; in matchType()