Searched refs:ExtraWidth (Results 1 – 1 of 1) sorted by relevance
557 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local558 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()559 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()562 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()589 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()769 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local770 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()771 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()774 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()831 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()