Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ShuffleVectorInst

138 static bool matchPairwiseShuffleMask(ShuffleVectorInst *SI, bool IsLeft,
175 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L);
178 ShuffleVectorInst *RS = dyn_cast<ShuffleVectorInst>(R);
288 static std::pair<Value *, ShuffleVectorInst *>
293 ShuffleVectorInst *S = nullptr;
295 if ((S = dyn_cast<ShuffleVectorInst>(L)))
298 S = dyn_cast<ShuffleVectorInst>(R);
349 ShuffleVectorInst *Shuffle;
485 const ShuffleVectorInstShuffleVectorInst>(I);