Home
last modified time | relevance | path

Searched refs:ZExtSrcTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1858 LLT ZExtSrcTy = MRI.getType(ZExtSrcReg); in matchCombineUnmergeZExtToZExt() local
1859 return ZExtSrcTy.getSizeInBits() <= Dst0Ty.getSizeInBits(); in matchCombineUnmergeZExtToZExt()
1875 LLT ZExtSrcTy = MRI.getType(ZExtSrcReg); in applyCombineUnmergeZExtToZExt() local
1879 if (Dst0Ty.getSizeInBits() > ZExtSrcTy.getSizeInBits()) { in applyCombineUnmergeZExtToZExt()
1882 assert(Dst0Ty.getSizeInBits() == ZExtSrcTy.getSizeInBits() && in applyCombineUnmergeZExtToZExt()