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

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1616 /// PushValueAndType - The file has to encode both the value and type id for
1624 static bool PushValueAndType(const Value *V, unsigned InstID, function
1637 /// pushValue - Like PushValueAndType, but where the type of the value is
1665 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1672 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1692 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1697 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1704 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1705 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1712 PushValueAndType(
[all...]

Completed in 162 milliseconds