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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1439 const clang::PointerType* PtrType = CalleeType->getAs<clang::PointerType>(); local
1441 if (!PtrType) {
1445 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp643 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) {
644 llvm::Type *ElementType = PtrType->getElementType();

Completed in 67 milliseconds