Searched defs:checkCommutativeEquivalent (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/lib/IR/ |
H A D | OperationSupport.cpp | 714 isRegionEquivalentTo(Region * lhs,Region * rhs,function_ref<LogicalResult (Value,Value)> checkEquivalent,function_ref<void (Value,Value)> markEquivalent,OperationEquivalence::Flags flags,function_ref<LogicalResult (ValueRange,ValueRange)> checkCommutativeEquivalent) isRegionEquivalentTo() argument 770 LogicalResult checkCommutativeEquivalent(ValueRange lhsRange, checkCommutativeEquivalent() function 833 isEquivalentTo(Operation * lhs,Operation * rhs,function_ref<LogicalResult (Value,Value)> checkEquivalent,function_ref<void (Value,Value)> markEquivalent,Flags flags,function_ref<LogicalResult (ValueRange,ValueRange)> checkCommutativeEquivalent) isEquivalentTo() argument
|