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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp325 VectorType *VT = cast<VectorType>(T); local
328 TypeVals.push_back(VT->getNumElements());
329 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp325 VectorType *VT = cast<VectorType>(T); local
328 TypeVals.push_back(VT->getNumElements());
329 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
/frameworks/compile/slang/BitWriter_3_2/
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/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 250 milliseconds