Lines Matching defs:ExtraWidth
557 unsigned ExtraWidth = StWidthBits - RoundWidth;
558 assert(ExtraWidth < RoundWidth);
559 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) &&
562 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth);
572 // Store the remaining ExtraWidth bits.
589 DAG.getConstant(ExtraWidth, dl,
594 // Store the remaining ExtraWidth bits.
769 unsigned ExtraWidth = SrcWidthBits - RoundWidth;
770 assert(ExtraWidth < RoundWidth);
771 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) &&
774 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth);
786 // Load the remaining ExtraWidth bits.
815 // Load the remaining ExtraWidth bits.
831 DAG.getConstant(ExtraWidth, dl,