Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SizeTy

29     llvm::FunctionType::get(CGF.Int8PtrTy, CGF.SizeTy, /*IsVarArgs=*/false);
425 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
431 llvm::ConstantInt::get(SizeTy, TypeSize),