Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShuffleOps

448 typedef std::pair<Value *, Value *> ShuffleOps;
450 static ShuffleOps collectShuffleElements(Value *V,
484 ShuffleOps LR = collectShuffleElements(VecOp, Mask, RHS, IC);
604 ShuffleOps LR = collectShuffleElements(&IE, Mask, nullptr, *this);