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

/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp988 /// PushValueAndType - The file has to encode both the value and type id for
996 static bool PushValueAndType(const Value *V, unsigned InstID, function
1020 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1027 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1045 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1049 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1057 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1058 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1066 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1068 PushValueAndType(
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1034 /// PushValueAndType - The file has to encode both the value and type id for
1042 static bool PushValueAndType(const Value *V, unsigned InstID, function
1066 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1073 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE))
1091 PushValueAndType(I.getOperand(i), InstID, Vals, VE);
1095 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1103 PushValueAndType(I.getOperand(0), InstID, Vals, VE);
1104 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1112 PushValueAndType(I.getOperand(1), InstID, Vals, VE);
1114 PushValueAndType(
[all...]

Completed in 32 milliseconds