Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DestSize

1776   unsigned DestSize = DestVT.getSizeInBits();
1794 if (SlotSize == DestSize)
1798 assert(SlotSize < DestSize && "Unknown extension!");