Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SourceType

10053   EVT SourceType = MVT::Other;
10066 SourceType = MVT::Other;
10074 if (SourceType == MVT::Other)
10076 SourceType = InTy;
10077 else if (InTy != SourceType) {
10079 SourceType = MVT::Other;
10091 bool ValidTypes = SourceType != MVT::Other &&
10093 isPowerOf2_32(SourceType.getSizeInBits());
10101 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits();
10103 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType):
10104 DAG.getConstant(0, SourceType);
10117 In = DAG.getUNDEF(SourceType);
10128 EVT VecVT = EVT::getVectorVT(*DAG.getContext(), SourceType, NewBVElems);