Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp644 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) { in isAlwaysNull() local
645 SrcType = SrcPTy->getPointeeType(); in isAlwaysNull()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1802 PointerType *SrcPTy = cast<PointerType>(SrcTy); in visitBitCast() local
1804 Type *SrcElTy = SrcPTy->getElementType(); in visitBitCast()