Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp1491 Type tLHS, tRHS; in parseOuterProductOp() local
1492 if (parser.parseOperandList(operandsInfo) || parser.parseColonType(tLHS) || in parseOuterProductOp()
1498 VectorType vLHS = tLHS.dyn_cast<VectorType>(); in parseOuterProductOp()
1508 parser.resolveOperand(operandsInfo[0], tLHS, result.operands) || in parseOuterProductOp()