Home
last modified time | relevance | path

Searched refs:Op0Const (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4974 auto *Op0Const = dyn_cast<Constant>(Op0); in simplifyShuffleVectorInst() local
4980 if (Op0Const && Op1Const) in simplifyShuffleVectorInst()
4981 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in simplifyShuffleVectorInst()
4986 if (!Scalable && Op0Const && !Op1Const) { in simplifyShuffleVectorInst()