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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp239 SmallVector<uint64_t, 64> TypeVals; local
304 TypeVals.push_back(TypeList.size());
305 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
306 TypeVals.clear();
328 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
334 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
336 TypeVals.push_back(AddressSpace);
344 TypeVals.push_back(FT->isVarArg());
345 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
346 TypeVals
[all...]

Completed in 172 milliseconds