Searched refs:baseSize (Results 1 – 2 of 2) sorted by relevance
455 auto baseSize = rewriter.getIntegerAttr(integerType, getBitWidth(srcType)); in matchAndRewrite() local460 SplatElementsAttr::get(srcType.cast<ShapedType>(), baseSize)) in matchAndRewrite()461 : rewriter.create<LLVM::ConstantOp>(loc, dstType, baseSize); in matchAndRewrite()
1910 CharUnits baseSize = CGF.getContext().getTypeSizeInChars(baseType); in emitNonZeroVLAInit() local1912 = llvm::ConstantInt::get(CGF.IntPtrTy, baseSize.getQuantity()); in emitNonZeroVLAInit()1931 dest.getAlignment().alignmentOfArrayElement(baseSize); in emitNonZeroVLAInit()