Searched defs:isRHSID (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp843 bool &isLHSID, bool &isRHSID) {
844 isLHSID = isRHSID = true;
852 isRHSID &= (Mask[i]-e == i);
919 bool isLHSID, isRHSID; local
920 RecognizeIdentityMask(Mask, isLHSID, isRHSID);
924 if (isRHSID) return ReplaceInstUsesWith(SVI, RHS);
1117 bool isLHSID, isRHSID; local
1118 RecognizeIdentityMask(newMask, isLHSID, isRHSID);
1120 if (isRHSID && VWidth == RHSOp0Width) return ReplaceInstUsesWith(SVI, newRHS);
842 RecognizeIdentityMask(const SmallVectorImpl<int> &Mask, bool &isLHSID, bool &isRHSID) argument

Completed in 54 milliseconds