Searched defs:VT (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp381 VectorType *VT = cast<VectorType>(T); local
384 TypeVals.push_back(VT->getNumElements());
385 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp336 VectorType *VT = cast<VectorType>(T); local
339 TypeVals.push_back(VT->getNumElements());
340 TypeVals.push_back(VE.getTypeID(VT->getElementType()));

Completed in 23 milliseconds