Lines Matching refs:Alignment
136 // If the memcpy/memmove provides better alignment info than we can
158 unsigned Alignment = getKnownAlignment(MI->getDest(), DL, MI, AC, DT);
159 if (MI->getAlignment() < Alignment) {
161 Alignment, false));
165 // Extract the length and alignment and fill if they are constant.
171 Alignment = MI->getAlignment();
183 // Alignment 0 is identity for alignment 1 for memset, but not store.
184 if (Alignment == 0) Alignment = 1;
190 S->setAlignment(Alignment);
714 // alignment is sufficient.
744 // If we can determine a pointer alignment that is bigger than currently
745 // set, update the alignment.