Lines Matching refs:RootVec
5372 int MaskVal, Value *RootVec, in foldIdentityShuffles() argument
5396 SourceShuf->getMaskValue(RootElt), RootVec, MaxRecurse); in foldIdentityShuffles()
5401 if (!RootVec) in foldIdentityShuffles()
5402 RootVec = SourceOp; in foldIdentityShuffles()
5405 if (RootVec != SourceOp) in foldIdentityShuffles()
5413 return RootVec; in foldIdentityShuffles()
5517 Value *RootVec = nullptr; in simplifyShuffleVectorInst() local
5521 RootVec = in simplifyShuffleVectorInst()
5522 foldIdentityShuffles(i, Op0, Op1, Indices[i], RootVec, MaxRecurse); in simplifyShuffleVectorInst()
5525 if (!RootVec || RootVec->getType() != RetTy) in simplifyShuffleVectorInst()
5528 return RootVec; in simplifyShuffleVectorInst()