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

/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h80 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } function in struct:llvm::ValueEnumerator::MDIndex

Completed in 198 milliseconds