Searched refs:MatchSize (Results 1 – 1 of 1) sorted by relevance
969 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local970 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()971 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()