Searched refs:getOpName (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp161 std::string getOpName(const Value*);
937 Out << "BlockAddress::get(" << getOpName(BA->getBasicBlock()) << ");";
1067 std::string CppWriter::getOpName(const Value* V) { function in class:CppWriter
1121 opNames[i] = getOpName(I->getOperand(i));
1153 << getOpName(SI->getCondition()) << ", "
1154 << getOpName(SI->getDefaultDest()) << ", "
1162 << getOpName(CaseVal) << ", "
1163 << getOpName(BB) << ");";
1189 << getOpName(inv->getArgOperand(i)) << ");";
1194 << getOpName(in
[all...]

Completed in 50 milliseconds