Searched refs:Op1Const (Results 1 – 1 of 1) sorted by relevance
5489 auto *Op1Const = dyn_cast<Constant>(Op1); in simplifyShuffleVectorInst() local5494 if (Op0Const && Op1Const) in simplifyShuffleVectorInst()5495 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in simplifyShuffleVectorInst()5500 if (!Scalable && Op0Const && !Op1Const) { in simplifyShuffleVectorInst()