Searched refs:SrcPTy (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp295 Type *SrcPTy = SrcTy->getElementType();
302 if (ArrayType *ASrcTy = dyn_cast<ArrayType>(SrcPTy))
310 SrcPTy = SrcTy->getElementType();
314 (SrcPTy->isIntegerTy() || SrcPTy->isPointerTy() ||
315 SrcPTy->isVectorTy()) &&
318 (SrcPTy->isPointerTy() == LI.getType()->isPointerTy()) &&
319 IC.getDataLayout()->getTypeSizeInBits(SrcPTy) ==
457 Type *SrcPTy = SrcTy->getElementType();
462 /// NewGEPIndices - If SrcPTy i
[all...]
H A DInstCombineCasts.cpp1675 PointerType *SrcPTy = cast<PointerType>(SrcTy); local
1677 Type *SrcElTy = SrcPTy->getElementType();
1681 if (SrcPTy->getAddressSpace() != DstPTy->getAddressSpace())
/external/clang/lib/AST/
H A DExprCXX.cpp587 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
588 SrcType = SrcPTy->getPointeeType();

Completed in 956 milliseconds