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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
17086       SourceType = MVT::Other;
17094     if (SourceType == MVT::Other)
17096       SourceType = InTy;
17097     else if (InTy != SourceType) {
17099       SourceType = MVT::Other;
17111   bool ValidTypes = SourceType != MVT::Other &&
17113                  isPowerOf2_32(SourceType.getSizeInBits());
17121   unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits();
17123   SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType):
17124                                DAG.getConstant(0, DL, SourceType);
17137       In = DAG.getUNDEF(SourceType);
17148   EVT VecVT = EVT::getVectorVT(*DAG.getContext(), SourceType, NewBVElems);