Lines Matching defs:LongTy
147 llvm::IntegerType *LongTy;
1741 metaclassFields.addInt(LongTy, 0);
1744 metaclassFields.addInt(LongTy, ClassFlags::ClassFlagMeta);
1748 metaclassFields.addInt(LongTy, 0);
1778 metaclassFields.addInt(LongTy, 0);
1820 classFields.addInt(LongTy, 0);
1823 classFields.addInt(LongTy, 0);
1829 classFields.addInt(LongTy,
1957 classFields.addInt(LongTy, 0);
2101 llvm::StructType::get(PtrTy, PtrTy, PtrTy, LongTy, LongTy);
2111 auto flags = Builder.CreateLoad(Address{Val, LongTy, Align});
2219 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
2251 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
2276 LongTy = cast<llvm::IntegerType>(
2277 Types.ConvertType(CGM.getContext().LongTy));
2290 Zeros[0] = llvm::ConstantInt::get(LongTy, 0);
3136 LongTy, // version
3137 LongTy, // info
3138 LongTy, // instance_size
3148 LongTy, // abi_version
3167 Elements.addInt(LongTy, 0);
3169 Elements.addInt(LongTy, info);
3173 Elements.addInt(LongTy, DL.getTypeSizeInBits(ClassTy) /
3193 Elements.addInt(LongTy, ClassABIVersion);
3248 ProtocolList.addInt(LongTy, Protocols.size());
3399 ProtocolList.addInt(LongTy, ExistingProtocols.size());
3633 symbol->setInitializer(llvm::ConstantInt::get(LongTy, 0));
3635 new llvm::GlobalVariable(TheModule, LongTy, false,
3637 llvm::ConstantInt::get(LongTy, 0),
3807 llvm::ConstantInt::get(LongTy, instanceSize), IvarList, MethodList,
3943 symtab.addInt(LongTy, selectorCount);
3969 LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy
3978 module.addInt(LongTy, RuntimeVersion);
3980 module.addInt(LongTy, CGM.getDataLayout().getTypeStoreSize(moduleTy));