Home
last modified time | relevance | path

Searched refs:OperTypes (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h160 SmallVector<Type *, 4> OperTypes; in hash_value() local
162 OperTypes.push_back(V->getType()); in hash_value()
167 llvm::hash_combine_range(OperTypes.begin(), OperTypes.end())); in hash_value()