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 DFunction.cpp969 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local
970 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()
971 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()