Searched refs:ExtraWidth (Results 1 – 1 of 1) sorted by relevance
578 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local579 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()580 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()583 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()610 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()790 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local791 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()792 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()795 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()852 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()