Searched refs:getOpName (Results 1 – 1 of 1) sorted by relevance
164 std::string getOpName(const Value*);940 Out << "BlockAddress::get(" << getOpName(BA->getBasicBlock()) << ");"; in printConstant()1070 std::string CppWriter::getOpName(const Value* V) { in getOpName() function in CppWriter1124 opNames[i] = getOpName(I->getOperand(i)); in printInstruction()1156 << getOpName(SI->getCondition()) << ", " in printInstruction()1157 << getOpName(SI->getDefaultDest()) << ", " in printInstruction()1165 << getOpName(CaseVal) << ", " in printInstruction()1166 << getOpName(BB) << ");"; in printInstruction()1192 << getOpName(inv->getArgOperand(i)) << ");"; in printInstruction()1197 << getOpName(inv->getCalledValue()) << ", " in printInstruction()[all …]