Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp747 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local
748 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()
749 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()