Searched refs:SrcPtrTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2861 if (PointerType *SrcPtrTy = dyn_cast<PointerType>(SrcTy)) {
2862 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace();
3070 PointerType *SrcPtrTy = dyn_cast<PointerType>(SrcTy->getScalarType());
3075 if (!SrcPtrTy != !DstPtrTy)
3080 if (!SrcPtrTy)
3084 if (SrcPtrTy->getAddressSpace() != DstPtrTy->getAddressSpace())
3098 PointerType *SrcPtrTy = dyn_cast<PointerType>(SrcTy->getScalarType());
3099 if (!SrcPtrTy)
3106 if (SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace())
H A DConstantFold.cpp2149 PointerType *SrcPtrTy = local
2152 if (SrcPtrTy && DstPtrTy) {
2154 dyn_cast<ArrayType>(SrcPtrTy->getElementType());
2159 && SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1715 if (const PointerType *SrcPtrTy = SrcType->getAs<PointerType>())
1716 if (SrcPtrTy->isObjCSelType()) {

Completed in 107 milliseconds