Searched refs:ExtraWidth (Results 1 – 1 of 1) sorted by relevance
569 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local570 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()571 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()574 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()600 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()780 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local781 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()782 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()785 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()840 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()