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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp535 VectorType *InsVecType = InsElt->getType(); local
537 unsigned NumInsElts = InsVecType->getNumElements();
541 if (InsVecType->getElementType() != ExtVecType->getElementType() ||

Completed in 75 milliseconds