Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:HiVT

1078 /// SplitInteger - Return the lower LoVT bits of Op in Lo and the upper HiVT
1081 EVT LoVT, EVT HiVT,
1084 assert(LoVT.getSizeInBits() + HiVT.getSizeInBits() ==
1089 Hi = DAG.getNode(ISD::TRUNCATE, dl, HiVT, Hi);