Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp625 Operation *op, function_ref<llvm::hash_code(Value)> hashOperands, in computeHash() argument
645 hash = llvm::hash_combine(hash, hashOperands(operand)); in computeHash()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h858 function_ref<llvm::hash_code(Value)> hashOperands =