Searched defs:PointerTy (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 21 using PointerTy = void *; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3410 TypeInfoIsInStandardLibrary(const PointerType * PointerTy) TypeInfoIsInStandardLibrary() argument 3435 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) IsStandardLibraryRTTIDescriptor() local 3508 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) ContainsIncompleteClassType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1933 getAdjustedPtr(IRBuilderTy & IRB,const DataLayout & DL,Value * Ptr,APInt Offset,Type * PointerTy,const Twine & NamePrefix) getAdjustedPtr() argument 2802 getNewAllocaSlicePtr(IRBuilderTy & IRB,Type * PointerTy) getNewAllocaSlicePtr() argument 3586 Type *PointerTy = IRB.getPtrTy(OldPtr->getType()->getPointerAddressSpace()); visitIntrinsicInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 505 const LLT PointerTy = MRI.getType(MO.getReg()); castBufferRsrcFromV4I32() local 544 const LLT PointerTy = MRI.getType(Pointer); castBufferRsrcToV4I32() local 565 const LLT PointerTy = B.getMRI()->getType(MO.getReg()); castBufferRsrcArgToV4I32() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2933 QualType PointerTy = PVD->getType(); BuildCXXForRangeStmt() local
|
H A D | SemaOverload.cpp | 8459 const PointerType *PointerTy = Ty->getAs<PointerType>(); AddPointerWithMoreQualifiedTypeVariants() local 8526 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); AddMemberPointerWithMoreQualifiedTypeVariants() local
|
H A D | SemaChecking.cpp | 17571 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { diagnoseArrayStarInParamType() local
|
H A D | SemaExpr.cpp | 8753 checkConditionalNullPointer(Sema & S,ExprResult & NullExpr,QualType PointerTy) checkConditionalNullPointer() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 884 LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) LLVMGetPointerAddressSpace() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7422 using PointerTy = PointerIntPair<Value *, 1, bool>; createSCEVIter() typedef
|