Home
last modified time | relevance | path

Searched refs:MatchSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp731 const auto MatchSize = IntrinsicNameTable[NameOffsetTable[Idx]].size(); in lookupIntrinsicID() local
732 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()
733 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()