Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InLo

950   SDValue InLo, InHi;
951 GetSplitVector(N0, InLo, InHi);
952 EVT InLoVT = InLo.getValueType();
962 // input vector (i.e. we only use InLo):
963 // OutLo will extend the first OutNumElements from InLo.
964 // OutHi will extend the next OutNumElements from InLo.
966 // Shuffle the elements from InLo for OutHi into the bottom elements to
971 InHi = DAG.getVectorShuffle(InLoVT, dl, InLo, DAG.getUNDEF(InLoVT), SplitHi);
973 Lo = DAG.getNode(Opcode, dl, OutLoVT, InLo);
1935 // %inlo = v4i32 extract_subvector %in, 0
1937 // %lo16 = v4i16 trunc v4i32 %inlo