Searched refs:Op0Const (Results 1 – 1 of 1) sorted by relevance
4259 auto *Op0Const = dyn_cast<Constant>(Op0); in SimplifyShuffleVectorInst() local4263 if (Op0Const && Op1Const) in SimplifyShuffleVectorInst()4264 return ConstantFoldShuffleVectorInstruction(Op0Const, Op1Const, Mask); in SimplifyShuffleVectorInst()4268 if (Op0Const && !Op1Const) { in SimplifyShuffleVectorInst()