Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp432 for (auto argOperandType : in parse() local
434 Type type = std::get<2>(argOperandType); in parse()
435 std::get<0>(argOperandType).type = type; in parse()
436 if (parser.resolveOperand(std::get<1>(argOperandType), type, in parse()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1665 for (auto argOperandType : in parse() local
1667 Type type = std::get<2>(argOperandType); in parse()
1668 std::get<0>(argOperandType).type = type; in parse()
1669 if (parser.resolveOperand(std::get<1>(argOperandType), type, in parse()