Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DOperation.cpp1101 auto operandMappableTypes = llvm::to_vector<2>( in verifyElementwiseMappable() local
1106 if (resultMappableTypes.empty() && operandMappableTypes.empty()) in verifyElementwiseMappable()
1109 if (!resultMappableTypes.empty() && operandMappableTypes.empty()) in verifyElementwiseMappable()
1113 assert(!operandMappableTypes.empty()); in verifyElementwiseMappable()
1123 auto mustMatchType = operandMappableTypes[0].cast<ShapedType>(); in verifyElementwiseMappable()
1125 llvm::concat<Type>(resultMappableTypes, operandMappableTypes)) { in verifyElementwiseMappable()