Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpDefinition.h286 LogicalResult verifySameOperandsElementType(Operation *op);
1035 return impl::verifySameOperandsElementType(op);
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp847 LogicalResult OpTrait::impl::verifySameOperandsElementType(Operation *op) { in verifySameOperandsElementType() function in OpTrait::impl