Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp785 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local
786 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()
787 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()