HomeSort by relevance Sort by last modified time
    Searched refs:hasDifferentFunction (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 77 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; }
ValueEnumerator.cpp 639 if (Entry.hasDifferentFunction(F))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 82 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; }
ValueEnumerator.cpp 672 if (Entry.hasDifferentFunction(F))
    [all...]

Completed in 119 milliseconds