Searched defs:DestPtrTy (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Instructions.cpp | 3102 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { isBitCastable() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 8668 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { CheckMemaccessArguments() local |