Searched defs:VoidPtrTy (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSGlobalInfoPass.cpp126 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(M.getContext()); variable
148 GVAddresses.push_back(llvm::ConstantExpr::getBitCast(&GV, VoidPtrTy));
181 GVNames.push_back(llvm::ConstantExpr::getBitCast(VarAsStr, VoidPtrTy));
197 llvm::ArrayType *VoidPtrArrayTy = llvm::ArrayType::get(VoidPtrTy,
H A DRSKernelExpand.cpp168 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context); local
174 if (AllocType == VoidPtrTy) {
183 if (VoidPtrTy->getPrimitiveSizeInBits() == 32) {
237 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context); local
297 RsExpandKernelDriverInfoPfxTypes.push_back(VoidPtrTy); // const void *usr

Completed in 72 milliseconds