Searched refs:RoundWidth (Results 1 – 1 of 1) sorted by relevance
555 unsigned RoundWidth = 1 << LogStWidth; in LegalizeStoreOps() local556 assert(RoundWidth < StWidthBits); in LegalizeStoreOps()557 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps()558 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()559 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()561 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps()573 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()578 DAG.getConstant(RoundWidth, dl, in LegalizeStoreOps()595 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()767 unsigned RoundWidth = 1 << LogSrcWidth; in LegalizeLoadOps() local[all …]