Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:BitOffset

567     unsigned BitOffset = 0;
574 if (BitOffset < WideBits) {
576 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout()));
581 BitOffset += SrcEltBits;
582 if (BitOffset >= WideBits) {
584 BitOffset -= WideBits;
585 if (BitOffset > 0) {
587 SrcEltBits - BitOffset, dl,