Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Size

291     llvm::Value *size = llvm::ConstantInt::get(CGF.SizeTy, sz.getQuantity());
295 size);
354 llvm::Value *Size = Builder.getInt(ArrayType->getSize());
360 llvm::Value *IdxEnd[] = { Zero, Size };
366 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength);
1248 for (unsigned i = cleanups.size(); i != 0; --i)
1269 // If this is an initlist expr, sum up the size of sizes of the (present)
1276 // reference members, we need to consider the size of the reference, not the
1421 // Get data size and alignment info for this aggregate. If this is an
1463 CharUnits size = TypeInfo.first;
1465 llvm::Value *SizeVal = llvm::ConstantInt::get(SizeTy, size.getQuantity());
1474 CharUnits size = TypeInfo.first;
1477 llvm::ConstantInt::get(SizeTy, size.getQuantity());