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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp126 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context); local
132 if (AllocType == VoidPtrTy) {
141 if (VoidPtrTy->getPrimitiveSizeInBits() == 32) {
190 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context); local
210 StructTypes.push_back(VoidPtrTy); // const void *in
211 StructTypes.push_back(VoidPtrTy); // void *out
212 StructTypes.push_back(VoidPtrTy); // const void *usr
221 StructTypes.push_back(llvm::PointerType::getUnqual(VoidPtrTy)); // const void **ins

Completed in 7 milliseconds