Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Size

296     llvm::Value *size = llvm::ConstantInt::get(CGF.SizeTy, sz.getQuantity());
300 size);
359 llvm::Value *Size = Builder.getInt(ArrayType->getSize());
365 llvm::Value *IdxEnd[] = { Zero, Size };
371 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength);
1265 for (unsigned i = cleanups.size(); i != 0; --i)
1286 // If this is an initlist expr, sum up the size of sizes of the (present)
1293 // reference members, we need to consider the size of the reference, not the
1438 // Get data size and alignment info for this aggregate. If this is an
1480 CharUnits size = TypeInfo.first;
1482 llvm::Value *SizeVal = llvm::ConstantInt::get(SizeTy, size.getQuantity());
1491 CharUnits size = TypeInfo.first;
1494 llvm::ConstantInt::get(SizeTy, size.getQuantity());