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

/external/clang/lib/AST/
H A DAPValue.cpp349 QualType InnerTy local
351 if (InnerTy.isNull())
352 InnerTy = Ty;
357 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3247 Type *InnerTy;
3249 InnerTy = ArrTy->getElementType();
3253 InnerTy = STy->getElementType(Index);
3258 if (AllocSize > DL.getTypeAllocSize(InnerTy) ||
3259 TypeSize > DL.getTypeSizeInBits(InnerTy))
3262 return stripAggregateTypeWrapping(DL, InnerTy);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp337 Type *InnerTy = *I; local
338 if (isa<PointerType>(InnerTy)) return true;
339 if (isa<CompositeType>(InnerTy))
340 Types.push_back(InnerTy);

Completed in 64 milliseconds