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 308 Type *SrcPTy = SrcTy->getElementType();
315 if (ArrayType *ASrcTy = dyn_cast<ArrayType>(SrcPTy))
325 SrcPTy = SrcTy->getElementType();
329 (SrcPTy->isIntegerTy() || SrcPTy->isPointerTy() ||
330 SrcPTy->isVectorTy()) &&
333 (SrcPTy->isPtrOrPtrVectorTy() ==
335 IC.getDataLayout()->getTypeSizeInBits(SrcPTy) ==
480 Type *SrcPTy = SrcTy->getElementType();
485 /// NewGEPIndices - If SrcPTy is an aggregate type, we can emit a "noop gep
    [all...]
InstCombineCasts.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 651 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
652 SrcType = SrcPTy->getPointeeType();
    [all...]

Completed in 54 milliseconds