Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BUILD_VECTOR

1665 /// ExpandBUILD_VECTOR - Expand a BUILD_VECTOR node on targets that don't
2819 // BUILD_VECTOR operands are allowed to be wider than the element type.
2820 // But if NewEltVT is smaller that EltVT the BUILD_VECTOR does not accept it
2875 Tmp1 = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &Ops[0], Ops.size());
2876 // We may have changed the BUILD_VECTOR type. Cast it back to the Node type.
3435 case ISD::BUILD_VECTOR:
3459 DAG.getNode(ISD::BUILD_VECTOR, dl, Node->getValueType(0),