Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp1732 std::vector<llvm::Value*> RegResults; in EmitAsmStmt() local
1734 RegResults.push_back(Result); in EmitAsmStmt()
1738 RegResults.push_back(Tmp); in EmitAsmStmt()
1742 for (unsigned i = 0, e = RegResults.size(); i != e; ++i) { in EmitAsmStmt()
1743 llvm::Value *Tmp = RegResults[i]; in EmitAsmStmt()