Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.h83 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } in hasDifferentFunction() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h80 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } in hasDifferentFunction() function