Lines Matching refs:RootVec
4892 int MaskVal, Value *RootVec, in foldIdentityShuffles() argument
4916 SourceShuf->getMaskValue(RootElt), RootVec, MaxRecurse); in foldIdentityShuffles()
4924 if (!RootVec) in foldIdentityShuffles()
4925 RootVec = SourceOp; in foldIdentityShuffles()
4928 if (RootVec != SourceOp) in foldIdentityShuffles()
4936 return RootVec; in foldIdentityShuffles()
5040 Value *RootVec = nullptr; in simplifyShuffleVectorInst() local
5044 RootVec = in simplifyShuffleVectorInst()
5045 foldIdentityShuffles(i, Op0, Op1, Indices[i], RootVec, MaxRecurse); in simplifyShuffleVectorInst()
5048 if (!RootVec || RootVec->getType() != RetTy) in simplifyShuffleVectorInst()
5051 return RootVec; in simplifyShuffleVectorInst()