Searched defs:PointerTy (Results 1 – 12 of 12) sorted by relevance
21 using PointerTy = void *; variable
108 auto *PointerTy = PointerType::get(M.getContext(), 0); in CtxInstrumentationLowerer() local
3679 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()3704 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local3777 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
1886 APInt Offset, Type *PointerTy, in getAdjustedPtr()2753 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()3553 Type *PointerTy = IRB.getPtrTy(OldPtr->getType()->getPointerAddressSpace()); in visitIntrinsicInst() local
789 const LLT PointerTy = LLT::pointer( in handleAssignments() local
588 const LLT PointerTy = MRI.getType(MO.getReg()); in castBufferRsrcFromV4I32() local627 const LLT PointerTy = MRI.getType(Pointer); in castBufferRsrcToV4I32() local648 const LLT PointerTy = B.getMRI()->getType(MO.getReg()); in castBufferRsrcArgToV4I32() local
2782 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
8465 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local8532 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
12674 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
7902 QualType PointerTy) { in checkConditionalNullPointer()
912 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
7438 using PointerTy = PointerIntPair<Value *, 1, bool>; in createSCEVIter() typedef