Searched refs:Op0Const (Results 1 – 1 of 1) sorted by relevance
5451 auto *Op0Const = dyn_cast<Constant>(Op0); in simplifyShuffleVectorInst() local5457 if (Op0Const && Op1Const) in simplifyShuffleVectorInst()5458 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in simplifyShuffleVectorInst()5463 if (!Scalable && Op0Const && !Op1Const) { in simplifyShuffleVectorInst()