Searched defs:DestValNo (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp3260 int DestValNo = -1; local
3264 DestValNo = ResultVals[ValueCount].second;
3272 if (DestValNo != -1)
3273 Out << ".field" << DestValNo; // Multiple retvals. local

Completed in 96 milliseconds