Searched refs:isRHSID (Results 1 – 1 of 1) sorted by relevance
796 bool &isLHSID, bool &isRHSID) { in recognizeIdentityMask() argument797 isLHSID = isRHSID = true; in recognizeIdentityMask()805 isRHSID &= (Mask[i]-e == i); in recognizeIdentityMask()893 bool isLHSID, isRHSID; in visitShuffleVectorInst() local894 recognizeIdentityMask(Mask, isLHSID, isRHSID); in visitShuffleVectorInst()898 if (isRHSID) return ReplaceInstUsesWith(SVI, RHS); in visitShuffleVectorInst()1179 bool isLHSID, isRHSID; in visitShuffleVectorInst() local1180 recognizeIdentityMask(newMask, isLHSID, isRHSID); in visitShuffleVectorInst()1182 if (isRHSID && VWidth == RHSOp0Width) return ReplaceInstUsesWith(SVI, newRHS); in visitShuffleVectorInst()