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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp384 QualType InnerTy local
386 if (InnerTy.isNull())
387 InnerTy = Ty;
392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3183 Type *InnerTy;
3185 InnerTy = ArrTy->getElementType();
3189 InnerTy = STy->getElementType(Index);
3194 if (AllocSize > DL.getTypeAllocSize(InnerTy) ||
3195 TypeSize > DL.getTypeSizeInBits(InnerTy))
3198 return stripAggregateTypeWrapping(DL, InnerTy);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp142 Type *InnerTy = *I; local
143 if (isa<PointerType>(InnerTy)) return true;
144 if (isa<CompositeType>(InnerTy))
145 Types.push_back(InnerTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp2533 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext()))
2534 Ty = QualType(InnerTy, 0);

Completed in 319 milliseconds