Searched refs:ExtVecType (Results 1 – 3 of 3) sorted by relevance
378 VectorType *ExtVecType = ExtElt->getVectorOperandType(); in replaceExtractElements() local380 unsigned NumExtElts = ExtVecType->getVectorNumElements(); in replaceExtractElements()383 if (InsVecType->getElementType() != ExtVecType->getElementType() || in replaceExtractElements()416 auto *WideVec = new ShuffleVectorInst(ExtVecOp, UndefValue::get(ExtVecType), in replaceExtractElements()
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()
526 VectorType *ExtVecType = ExtElt->getVectorOperandType(); in replaceExtractElements() local528 unsigned NumExtElts = ExtVecType->getVectorNumElements(); in replaceExtractElements()531 if (InsVecType->getElementType() != ExtVecType->getElementType() || in replaceExtractElements()572 auto *WideVec = new ShuffleVectorInst(ExtVecOp, UndefValue::get(ExtVecType), in replaceExtractElements()