Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StackSize

4071   uint64_t StackSize;
4073 StackSize = getContext().getTypeSize(Ty) / 8;
4075 StackSize = 8;
4078 StackSize = llvm::RoundUpToAlignment(StackSize, 8);
4080 llvm::Value *StackSizeC = llvm::ConstantInt::get(CGF.Int32Ty, StackSize);