Searched refs:getOpName (Results 1 – 1 of 1) sorted by relevance
161 std::string getOpName(const Value*);937 Out << "BlockAddress::get(" << getOpName(BA->getBasicBlock()) << ");"; in printConstant()1067 std::string CppWriter::getOpName(const Value* V) { in getOpName() function in CppWriter1121 opNames[i] = getOpName(I->getOperand(i)); in printInstruction()1153 << getOpName(SI->getCondition()) << ", " in printInstruction()1154 << getOpName(SI->getDefaultDest()) << ", " in printInstruction()1162 << getOpName(CaseVal) << ", " in printInstruction()1163 << getOpName(BB) << ");"; in printInstruction()1189 << getOpName(inv->getArgOperand(i)) << ");"; in printInstruction()1194 << getOpName(inv->getCalledValue()) << ", " in printInstruction()[all …]