Searched refs:ExtraWidth (Results 1 – 1 of 1) sorted by relevance
547 unsigned ExtraWidth = StWidth - RoundWidth; in LegalizeStoreOps() local548 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()549 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()552 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()581 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()761 unsigned ExtraWidth = SrcWidth - RoundWidth; in LegalizeLoadOps() local762 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()763 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()766 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()827 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()