Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp474 Value resolveSSAUse(UnresolvedOperand useInfo, Type type);
936 Value OperationParser::resolveSSAUse(UnresolvedOperand useInfo, Type type) { in resolveSSAUse() function in OperationParser
1024 if (auto value = resolveSSAUse(valueIDs[i], types[i])) in parseOptionalSSAUseAndTypeList()
1321 resolveSSAUse((*parsedOperandUseInfo)[i], operandTypes[i])); in parseGenericOperationAfterOpName()
1552 if (auto value = parser.resolveSSAUse(operand, type)) { in resolveOperand()