Home | History | Annotate | Download | only in ARM

Lines Matching refs:DestBits

2682   unsigned DestBits = DestVT.getSizeInBits();
2683 (void) DestBits;
2684 assert((SrcBits < DestBits) && "can only extend to larger types");
2685 assert((DestBits == 32 || DestBits == 16 || DestBits == 8) &&