Searched refs:PtrType (Results 1 – 3 of 3) sorted by relevance
80 template<typename PtrType>81 static inline PtrType* HWASanUntag(PtrType* p) { in HWASanUntag()83 return reinterpret_cast<PtrType*>(reinterpret_cast<uintptr_t>(p) & ((1ULL << 56) - 1)); in HWASanUntag()
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()