Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SourceType

7497   EVT SourceType = MVT::Other;
7511 SourceType = MVT::Other;
7519 if (SourceType == MVT::Other)
7521 SourceType = InTy;
7522 else if (InTy != SourceType) {
7524 SourceType = MVT::Other;
7539 bool ValidTypes = SourceType != MVT::Other &&
7541 isPowerOf2_32(SourceType.getSizeInBits());
7554 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits();
7556 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType):
7557 DAG.getConstant(0, SourceType);
7570 In = DAG.getUNDEF(SourceType);
7581 EVT VecVT = EVT::getVectorVT(*DAG.getContext(), SourceType, NewBVElems);