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