Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShuffleOps

449 using ShuffleOps = std::pair<Value *, Value *>;
451 static ShuffleOps collectShuffleElements(Value *V,
485 ShuffleOps LR = collectShuffleElements(VecOp, Mask, RHS, IC);
820 ShuffleOps LR = collectShuffleElements(&IE, Mask, nullptr, *this);