Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DstAlign

3505                                      unsigned DstAlign, unsigned SrcAlign,
3512 assert((SrcAlign == 0 || SrcAlign >= DstAlign) &&
3516 // it's the inferred alignment of the source. 'DstAlign', on the other hand,
3521 EVT VT = TLI.getOptimalMemOpType(Size, DstAlign, SrcAlign,
3526 if (DstAlign >= TLI.getDataLayout()->getPointerPrefAlignment() ||
3530 switch (DstAlign & 7) {