Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SCALAR_TO_VECTOR

199 /// ISD::SCALAR_TO_VECTOR node or a BUILD_VECTOR node where only the low
202 if (N->getOpcode() == ISD::SCALAR_TO_VECTOR)
2574 case ISD::SCALAR_TO_VECTOR:
2580 "Illegal SCALAR_TO_VECTOR node!");
2583 // scalar_to_vector(extract_vector_elt V, 0) -> V, top bits are undefined.