Home
last modified time | relevance | path

Searched refs:DestPtrTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3102 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local
3104 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8672 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local
8673 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()