Searched refs:ExtraWidth (Results 1 – 1 of 1) sorted by relevance
567 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local568 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()569 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()572 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()599 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()786 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local787 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()788 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()791 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()848 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()