Searched refs:SrcPTy (Results 1 – 2 of 2) sorted by relevance
644 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) { in isAlwaysNull() local645 SrcType = SrcPTy->getPointeeType(); in isAlwaysNull()
1802 PointerType *SrcPTy = cast<PointerType>(SrcTy); in visitBitCast() local1804 Type *SrcElTy = SrcPTy->getElementType(); in visitBitCast()