Searched refs:InType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp631 llvm::Type *InType = ArgIter->getType(); local
643 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) {
648 InType = InType->getPointerTo();
659 CastInBufPtr = Builder.CreatePointerCast(InBufPtr, InType, "casted_in");
664 // cast to InType and leave CastInBufPtr as an int8_t*. The buffer is
674 InTypes.push_back(InType);
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1058 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx]; local
1059 if (InType->getClass() == RSExportType::ExportClassRecord) {
1144 const RSExportType *const InType = InTypes[InIdx]; local
1145 switch (InType->getClass()) {
1170 InType->convertToRTD(&InTypeData);

Completed in 840 milliseconds