Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SourceType

7926   EVT SourceType = MVT::Other;
7939 SourceType = MVT::Other;
7947 if (SourceType == MVT::Other)
7949 SourceType = InTy;
7950 else if (InTy != SourceType) {
7952 SourceType = MVT::Other;
7964 bool ValidTypes = SourceType != MVT::Other &&
7966 isPowerOf2_32(SourceType.getSizeInBits());
7979 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits();
7981 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType):
7982 DAG.getConstant(0, SourceType);
7995 In = DAG.getUNDEF(SourceType);
8006 EVT VecVT = EVT::getVectorVT(*DAG.getContext(), SourceType, NewBVElems);