Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h80 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } in hasDifferentFunction() function
H A DValueEnumerator.cpp736 if (Entry.hasDifferentFunction(F)) in enumerateMetadataImpl()