Searched refs:PtrType (Results 1 – 2 of 2) sorted by relevance
1552 const clang::PointerType* PtrType = CalleeType->getAs<clang::PointerType>(); in VisitCallExpr() local1554 if (!PtrType) { in VisitCallExpr()1558 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr(); in VisitCallExpr()
666 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { in ExpandInputsLoopInvariant() local667 llvm::Type *ElementType = PtrType->getElementType(); in ExpandInputsLoopInvariant()