HomeSort by relevance Sort by last modified time
    Searched refs:SrcPTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 295 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 is an aggregate type, we can emit a "noop gep
    [all...]
InstCombineCasts.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 587 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
588 SrcType = SrcPTy->getPointeeType();
    [all...]

Completed in 46 milliseconds