Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp557 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local
558 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
559 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
562 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()
589 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()
769 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local
770 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
771 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()
774 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()
831 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()