Searched refs:ZExtSrcTy (Results 1 – 1 of 1) sorted by relevance
2126 LLT ZExtSrcTy = MRI.getType(ZExtSrcReg); in matchCombineUnmergeZExtToZExt() local2127 return ZExtSrcTy.getSizeInBits() <= Dst0Ty.getSizeInBits(); in matchCombineUnmergeZExtToZExt()2143 LLT ZExtSrcTy = MRI.getType(ZExtSrcReg); in applyCombineUnmergeZExtToZExt() local2147 if (Dst0Ty.getSizeInBits() > ZExtSrcTy.getSizeInBits()) { in applyCombineUnmergeZExtToZExt()2150 assert(Dst0Ty.getSizeInBits() == ZExtSrcTy.getSizeInBits() && in applyCombineUnmergeZExtToZExt()