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

/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h80 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } function in struct:llvm::ValueEnumerator::MDIndex
H A DValueEnumerator.cpp698 if (Entry.hasDifferentFunction(F))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h83 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } function in struct:llvm::dxil::ValueEnumerator::MDIndex
H A DDXILValueEnumerator.cpp703 if (Entry.hasDifferentFunction(F))

Completed in 118 milliseconds