Searched refs:ExtraWidth (Results 1 – 1 of 1) sorted by relevance
805 unsigned ExtraWidth = StWidth - RoundWidth; in LegalizeStoreOps() local806 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()807 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()810 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()841 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()1013 unsigned ExtraWidth = SrcWidth - RoundWidth; in LegalizeLoadOps() local1014 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()1015 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()1018 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()1081 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()