Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:SplitInteger

1108 /// SplitInteger - Return the lower LoVT bits of Op in Lo and the upper HiVT
1110 void DAGTypeLegalizer::SplitInteger(SDValue Op,
1122 /// SplitInteger - Return the lower and upper halves of Op's bits in a value
1124 void DAGTypeLegalizer::SplitInteger(SDValue Op,
1128 SplitInteger(Op, HalfVT, HalfVT, Lo, Hi);