Home | History | Annotate | Download | only in IR

Lines Matching refs:writeOperand

1224 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) {
1466 writeOperand(GV->getInitializer(), false);
1503 writeOperand(Aliasee, !isa<ConstantExpr>(Aliasee));
1712 writeOperand(*PI, false);
1715 writeOperand(*PI, false);
1802 writeOperand(BI.getCondition(), true);
1804 writeOperand(BI.getSuccessor(0), true);
1806 writeOperand(BI.getSuccessor(1), true);
1812 writeOperand(SI.getCondition(), true);
1814 writeOperand(SI.getDefaultDest(), true);
1819 writeOperand(i.getCaseValue(), true);
1821 writeOperand(i.getCaseSuccessor(), true);
1827 writeOperand(Operand, true);
1833 writeOperand(I.getOperand(i), true);
1844 writeOperand(PN->getIncomingValue(op), false); Out << ", ";
1845 writeOperand(PN->getIncomingBlock(op), false); Out << " ]";
1849 writeOperand(I.getOperand(0), true);
1854 writeOperand(I.getOperand(0), true); Out << ", ";
1855 writeOperand(I.getOperand(1), true);
1862 writeOperand(I.getOperand(0), true); Out << '\n';
1874 writeOperand(LPI->getClause(i), true);
1904 writeOperand(Operand, false);
1906 writeOperand(Operand, true);
1943 writeOperand(Operand, false);
1945 writeOperand(Operand, true);
1959 writeOperand(II->getNormalDest(), true);
1961 writeOperand(II->getUnwindDest(), true);
1968 writeOperand(AI->getArraySize(), true);
1976 writeOperand(Operand, true); // Work with broken code
1983 writeOperand(Operand, true); // Work with broken code
2019 writeOperand(I.getOperand(i), PrintAllTypes);