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

/frameworks/rs/rsov/compiler/
H A DRSAllocationUtils.cpp42 auto *VT = PT->getElementType(); local
43 DEBUG(VT->dump());
46 VT->print(RSO);
/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 103 milliseconds