Searched refs:resolveSSAUse (Results 1 – 1 of 1) sorted by relevance
474 Value resolveSSAUse(UnresolvedOperand useInfo, Type type);936 Value OperationParser::resolveSSAUse(UnresolvedOperand useInfo, Type type) { in resolveSSAUse() function in OperationParser1024 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()