Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1552 const clang::PointerType* PtrType = CalleeType->getAs<clang::PointerType>(); in VisitCallExpr() local
1554 if (!PtrType) { in VisitCallExpr()
1558 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr(); in VisitCallExpr()
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp666 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { in ExpandInputsLoopInvariant() local
667 llvm::Type *ElementType = PtrType->getElementType(); in ExpandInputsLoopInvariant()