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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp367 VectorType *VT = cast<VectorType>(T); local
370 TypeVals.push_back(VT->getNumElements());
371 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp323 VectorType *VT = cast<VectorType>(T); local
326 TypeVals.push_back(VT->getNumElements());
327 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp332 VectorType *VT = cast<VectorType>(T); local
335 TypeVals.push_back(VT->getNumElements());
336 TypeVals.push_back(VE.getTypeID(VT->getElementType()));

Completed in 1288 milliseconds