Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h83 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } in hasDifferentFunction() function
H A DDXILValueEnumerator.cpp703 if (Entry.hasDifferentFunction(F)) in enumerateMetadataImpl()
/freebsd/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.cpp735 if (Entry.hasDifferentFunction(F)) in enumerateMetadataImpl()