Home
last modified time | relevance | path

Searched refs:ExtraWidth (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp569 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local
570 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
571 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
574 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()
600 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()
780 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local
781 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
782 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()
785 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()
840 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()