reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19207       if (VT.getScalarType() != InVal.getValueType() &&
19209           isTypeLegal(VT.getScalarType())) {
19211             DAG.getNode(ISD::TRUNCATE, SDLoc(InVal), VT.getScalarType(), InVal);
19212         return DAG.getNode(ISD::SCALAR_TO_VECTOR, SDLoc(N), VT, Val);
19214       if (VT.getScalarType() == InVecT.getScalarType() &&
19215           VT.getVectorNumElements() <= InVecT.getVectorNumElements()) {
19222           if (VT == InVecT)
19225           if (VT.getVectorNumElements() != InVecT.getVectorNumElements()) {
19230                                  VT.getVectorNumElements());