Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h80 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } in hasDifferentFunction() function
H A DValueEnumerator.cpp698 if (Entry.hasDifferentFunction(F)) in enumerateMetadataImpl()