Searched refs:ZExtSrcTy (Results 1 – 1 of 1) sorted by relevance
2131 LLT ZExtSrcTy = MRI.getType(ZExtSrcReg); in matchCombineUnmergeZExtToZExt() local2132 return ZExtSrcTy.getSizeInBits() <= Dst0Ty.getSizeInBits(); in matchCombineUnmergeZExtToZExt()2148 LLT ZExtSrcTy = MRI.getType(ZExtSrcReg); in applyCombineUnmergeZExtToZExt() local2152 if (Dst0Ty.getSizeInBits() > ZExtSrcTy.getSizeInBits()) { in applyCombineUnmergeZExtToZExt()2155 assert(Dst0Ty.getSizeInBits() == ZExtSrcTy.getSizeInBits() && in applyCombineUnmergeZExtToZExt()