Searched refs:MatchSize (Results 1 – 1 of 1) sorted by relevance
731 const auto MatchSize = IntrinsicNameTable[NameOffsetTable[Idx]].size(); in lookupIntrinsicID() local732 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()733 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()