Searched refs:writeOperand (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1164 void writeOperand(const Value *Op, bool PrintType);
1185 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { function in class:AssemblyWriter
1430 writeOperand(GV->getInitializer(), false);
1468 writeOperand(Aliasee, !isa<ConstantExpr>(Aliasee));
1669 writeOperand(*PI, false);
1672 writeOperand(*PI, false);
1756 writeOperand(BI.getCondition(), true);
1758 writeOperand(BI.getSuccessor(0), true);
1760 writeOperand(BI.getSuccessor(1), true);
1766 writeOperand(S
[all...]

Completed in 62 milliseconds