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

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1021 /// PushValueAndType - The file has to encode both the value and type id for
1029 static bool PushValueAndType(const Value *V, unsigned InstID, function
1052 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1059 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1077 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1081 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1089 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1090 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1098 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1100 PushValueAndType(
[all...]

Completed in 85 milliseconds