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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp536 VectorType *ExtVecType = ExtElt->getVectorOperandType(); local
538 unsigned NumExtElts = ExtVecType->getNumElements();
541 if (InsVecType->getElementType() != ExtVecType->getElementType() ||
582 new ShuffleVectorInst(ExtVecOp, UndefValue::get(ExtVecType), ExtendMask);

Completed in 105 milliseconds