Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BitOffset

510     unsigned BitOffset = 0;
517 if (BitOffset < WideBits) {
518 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
523 BitOffset += SrcEltBits;
524 if (BitOffset >= WideBits) {