Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BaseTy

958   llvm::StructType *BaseTy = 0;
960 BaseTy = Builder.BaseSubobjectType;
961 if (!BaseTy) BaseTy = Ty;
965 new CGRecordLayout(Ty, BaseTy, Builder.IsZeroInitializable,
994 if (BaseTy) {
1004 getDataLayout().getTypeAllocSizeInBits(BaseTy) &&