Lines Matching defs:DstAlign
26 ConstantInt *CopyLen, Align SrcAlign, Align DstAlign, bool SrcIsVolatile,
48 Ctx, CopyLen, SrcAS, DstAS, SrcAlign, DstAlign, AtomicElementSize);
68 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize));
118 SrcAS, DstAS, SrcAlign, DstAlign,
123 Align PartDstAlign(commonAlignment(DstAlign, BytesCopied));
182 Align SrcAlign, Align DstAlign, bool SrcIsVolatile, bool DstIsVolatile,
201 Ctx, CopyLen, SrcAS, DstAS, SrcAlign, DstAlign, AtomicElementSize);
233 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize));
405 Align DstAlign, bool SrcIsVolatile,
417 SrcAlign, DstAlign);
501 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize));
659 Align DstAlign, bool SrcIsVolatile,
675 SrcAlign, DstAlign);
704 Align PartDstAlign(commonAlignment(DstAlign, LoopOpSize));
711 Align ResDstAlign(commonAlignment(DstAlign, BytesCopied));
831 Value *CopyLen, Value *SetValue, Align DstAlign,
850 Align PartAlign(commonAlignment(DstAlign, PartSize));
917 Align DstAlign = Memmove->getDestAlign().valueOrOne();
930 CI, SrcAlign, DstAlign, SrcIsVolatile,
935 CopyLen, SrcAlign, DstAlign, SrcIsVolatile,
957 /*InsertBefore=*/Memmove, SrcAddr, DstAddr, CI, SrcAlign, DstAlign,
961 /*InsertBefore=*/Memmove, SrcAddr, DstAddr, CopyLen, SrcAlign, DstAlign,