Searched refs:ExtVecType (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp526 VectorType *ExtVecType = ExtElt->getVectorOperandType(); local
528 unsigned NumExtElts = ExtVecType->getVectorNumElements();
531 if (InsVecType->getElementType() != ExtVecType->getElementType() ||
572 auto *WideVec = new ShuffleVectorInst(ExtVecOp, UndefValue::get(ExtVecType),

Completed in 53 milliseconds