Searched defs:PointerTy (Results 1 – 14 of 14) sorted by relevance
21 using PointerTy = void *; variable
123 auto *PointerTy = PointerType::get(M.getContext(), 0); in CtxInstrumentationLowerer() local
3714 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()3739 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local3812 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
788 const LLT PointerTy = LLT::pointer( in handleAssignments() local
1913 APInt Offset, Type *PointerTy, in getAdjustedPtr()2849 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()3645 Type *PointerTy = IRB.getPtrTy(OldPtr->getType()->getPointerAddressSpace()); in visitIntrinsicInst() local
774 auto PointerTy = PointerType::getUnqual(*DAG.getContext()); in SoftenFloatRes_FFREXP() local817 auto PointerTy = PointerType::getUnqual(*DAG.getContext()); in SoftenFloatRes_UnaryWithTwoFPResults() local
2596 Type *PointerTy = PointerType::getUnqual(Ctx); in expandMultipleResultFPLibCall() local
601 const LLT PointerTy = MRI.getType(MO.getReg()); in castBufferRsrcFromV4I32() local640 const LLT PointerTy = MRI.getType(Pointer); in castBufferRsrcToV4I32() local661 const LLT PointerTy = B.getMRI()->getType(MO.getReg()); in castBufferRsrcArgToV4I32() local
2891 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
8926 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local8993 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
14107 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
8061 QualType PointerTy) { in checkConditionalNullPointer()
911 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
7458 using PointerTy = PointerIntPair<Value *, 1, bool>; in createSCEVIter() typedef