Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:HiIntVT

859   EVT HiIntVT = EVT::getIntegerVT(*DAG.getContext(), HiVT.getSizeInBits());
861 std::swap(LoIntVT, HiIntVT);
863 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi);