Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp796 bool &isLHSID, bool &isRHSID) { in recognizeIdentityMask() argument
797 isLHSID = isRHSID = true; in recognizeIdentityMask()
805 isRHSID &= (Mask[i]-e == i); in recognizeIdentityMask()
893 bool isLHSID, isRHSID; in visitShuffleVectorInst() local
894 recognizeIdentityMask(Mask, isLHSID, isRHSID); in visitShuffleVectorInst()
898 if (isRHSID) return ReplaceInstUsesWith(SVI, RHS); in visitShuffleVectorInst()
1179 bool isLHSID, isRHSID; in visitShuffleVectorInst() local
1180 recognizeIdentityMask(newMask, isLHSID, isRHSID); in visitShuffleVectorInst()
1182 if (isRHSID && VWidth == RHSOp0Width) return ReplaceInstUsesWith(SVI, newRHS); in visitShuffleVectorInst()