Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Inputs

919   SDValue Inputs[4];
921 GetSplitVector(N->getOperand(0), Inputs[0], Inputs[1]);
922 GetSplitVector(N->getOperand(1), Inputs[2], Inputs[3]);
923 EVT NewVT = Inputs[0].getValueType();
927 // express it as a vector shuffle of those two inputs. Otherwise extract the
947 if (Input >= array_lengthof(Inputs)) {
992 if (Input >= array_lengthof(Inputs)) {
1003 Inputs[Input], DAG.getConstant(Idx,
1013 SDValue Op0 = Inputs[InputUsed[0]];
1016 DAG.getUNDEF(NewVT) : Inputs[InputUsed[1]];
1931 // The inputs and the result are widen to the same value.