Searched refs:ExtVecType (Results 1 – 1 of 1) sorted by relevance
548 auto *ExtVecType = cast<FixedVectorType>(ExtElt->getVectorOperandType()); in replaceExtractElements() local550 unsigned NumExtElts = ExtVecType->getNumElements(); in replaceExtractElements()553 if (InsVecType->getElementType() != ExtVecType->getElementType() || in replaceExtractElements()594 new ShuffleVectorInst(ExtVecOp, UndefValue::get(ExtVecType), ExtendMask); in replaceExtractElements()