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

  /external/llvm/include/llvm/IR/
Metadata.h 900 static void dispatchRecalculateHash(NodeTy *N, std::true_type) {
904 static void dispatchRecalculateHash(NodeTy *N, std::false_type) {}
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 665 dispatchRecalculateHash(SubclassThis, ShouldRecalculateHash); \
    [all...]

Completed in 165 milliseconds