Searched refs:ZExtSrcTy (Results 1 – 1 of 1) sorted by relevance
1969 LLT ZExtSrcTy = MRI.getType(ZExtSrcReg); in matchCombineUnmergeZExtToZExt() local1970 return ZExtSrcTy.getSizeInBits() <= Dst0Ty.getSizeInBits(); in matchCombineUnmergeZExtToZExt()1986 LLT ZExtSrcTy = MRI.getType(ZExtSrcReg); in applyCombineUnmergeZExtToZExt() local1990 if (Dst0Ty.getSizeInBits() > ZExtSrcTy.getSizeInBits()) { in applyCombineUnmergeZExtToZExt()1993 assert(Dst0Ty.getSizeInBits() == ZExtSrcTy.getSizeInBits() && in applyCombineUnmergeZExtToZExt()