Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:scalars

3246   // Handle the case of two scalars.
3336 // or UNDEF scalars.
3674 // operations are lowered to scalars.
6944 SmallVector<SDValue, 8> Scalars;
6972 Scalars.push_back(getNode(N->getOpcode(), dl, EltVT, Operands,
6977 Scalars.push_back(getNode(ISD::SELECT, dl, EltVT, Operands));
6984 Scalars.push_back(getNode(N->getOpcode(), dl, EltVT, Operands[0],
6991 Scalars.push_back(getNode(N->getOpcode(), dl, EltVT,
6999 Scalars.push_back(getUNDEF(EltVT));
7002 EVT::getVectorVT(*getContext(), EltVT, ResNE), Scalars);