Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp390 Ice::Operand *RetOperand = convertOperand(Instr, 0); in convertRetInstruction() local
391 if (RetOperand) { in convertRetInstruction()
392 return Ice::InstRet::create(Func.get(), RetOperand); in convertRetInstruction()