Home
last modified time | relevance | path

Searched defs:SimpleOperationInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Transforms/
H A DCSE.cpp36 struct SimpleOperationInfo : public llvm::DenseMapInfo<Operation *> { struct
37 static unsigned getHashValue(const Operation *opC) { in getHashValue()
44 static bool isEqual(const Operation *lhsC, const Operation *rhsC) { in isEqual()