Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp567 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local
568 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
569 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
572 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()
598 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()
778 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local
779 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
780 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()
783 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()
838 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()