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

/external/clang/lib/AST/
H A DAPValue.cpp384 QualType InnerTy local
386 if (InnerTy.isNull())
387 InnerTy = Ty;
392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp137 Type *InnerTy = *I; local
138 if (isa<PointerType>(InnerTy)) return true;
139 if (isa<CompositeType>(InnerTy))
140 Types.push_back(InnerTy);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2964 Type *InnerTy; local
2966 InnerTy = ArrTy->getElementType();
2970 InnerTy = STy->getElementType(Index);
2975 if (AllocSize > DL.getTypeAllocSize(InnerTy) ||
2976 TypeSize > DL.getTypeSizeInBits(InnerTy))
2979 return stripAggregateTypeWrapping(DL, InnerTy);

Completed in 166 milliseconds