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