Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StackSize

3985   uint64_t StackSize;
3987 StackSize = getContext().getTypeSize(Ty) / 8;
3989 StackSize = 8;
3992 StackSize = llvm::RoundUpToAlignment(StackSize, 8);
3994 llvm::Value *StackSizeC = llvm::ConstantInt::get(CGF.Int32Ty, StackSize);