Searched refs:Src1Type (Results 1 – 1 of 1) sorted by relevance
333 LLT Src1Type = MRI.getType(Shuffle->getSrc1Reg()); in matchExtractVectorElementWithShuffleVector() local336 assert(Src1Type.isVector() && "expected to extract from a vector"); in matchExtractVectorElementWithShuffleVector()337 unsigned LHSWidth = Src1Type.isVector() ? Src1Type.getNumElements() : 1; in matchExtractVectorElementWithShuffleVector()