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

/external/llvm/lib/IR/
H A DConstantFold.cpp1984 PointerType *SrcPtrTy = local
1987 if (SrcPtrTy && DstPtrTy) {
1989 dyn_cast<ArrayType>(SrcPtrTy->getElementType());
1994 && SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace())
/external/clang/lib/Sema/
H A DSemaCast.cpp1488 if (const PointerType *SrcPtrTy = SrcType->getAs<PointerType>())
1489 if (SrcPtrTy->isObjCSelType()) {

Completed in 58 milliseconds