Lines Matching defs:ExtraWidth
556 unsigned ExtraWidth = StWidthBits - RoundWidth;
557 assert(ExtraWidth < RoundWidth);
558 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) &&
561 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth);
571 // Store the remaining ExtraWidth bits.
588 DAG.getConstant(ExtraWidth, dl,
593 // Store the remaining ExtraWidth bits.
768 unsigned ExtraWidth = SrcWidthBits - RoundWidth;
769 assert(ExtraWidth < RoundWidth);
770 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) &&
773 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth);
785 // Load the remaining ExtraWidth bits.
814 // Load the remaining ExtraWidth bits.
830 DAG.getConstant(ExtraWidth, dl,