Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp47 /*mapOperands=*/OperationEquivalence::exactValueMatch, in isEqual()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h889 static LogicalResult exactValueMatch(Value lhs, Value rhs) { in exactValueMatch() function