Home
last modified time | relevance | path

Searched refs:isLHSID (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()
802 isLHSID &= (Mask[i] == (int)i); in recognizeIdentityMask()
893 bool isLHSID, isRHSID; in visitShuffleVectorInst() local
894 recognizeIdentityMask(Mask, isLHSID, isRHSID); in visitShuffleVectorInst()
897 if (isLHSID) return ReplaceInstUsesWith(SVI, LHS); in visitShuffleVectorInst()
1179 bool isLHSID, isRHSID; in visitShuffleVectorInst() local
1180 recognizeIdentityMask(newMask, isLHSID, isRHSID); in visitShuffleVectorInst()
1181 if (isLHSID && VWidth == LHSOp0Width) return ReplaceInstUsesWith(SVI, newLHS); in visitShuffleVectorInst()