Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InLo

1024   SDValue InLo, InHi;
1027 GetSplitVector(N0, InLo, InHi);
1029 std::tie(InLo, InHi) = DAG.SplitVectorOperand(N, 0);
1031 EVT InLoVT = InLo.getValueType();
1041 // input vector (i.e. we only use InLo):
1042 // OutLo will extend the first OutNumElements from InLo.
1043 // OutHi will extend the next OutNumElements from InLo.
1045 // Shuffle the elements from InLo for OutHi into the bottom elements to
1050 InHi = DAG.getVectorShuffle(InLoVT, dl, InLo, DAG.getUNDEF(InLoVT), SplitHi);
1052 Lo = DAG.getNode(Opcode, dl, OutLoVT, InLo);
2145 // %inlo = v4i32 extract_subvector %in, 0
2147 // %lo16 = v4i16 trunc v4i32 %inlo