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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp371 VectorType *VT = cast<VectorType>(T); local
374 TypeVals.push_back(VT->getNumElements());
375 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp327 VectorType *VT = cast<VectorType>(T); local
330 TypeVals.push_back(VT->getNumElements());
331 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 786 milliseconds