Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp697 auto *InsVecType = cast<FixedVectorType>(InsElt->getType()); in replaceExtractElements() local
699 unsigned NumInsElts = InsVecType->getNumElements(); in replaceExtractElements()
703 if (InsVecType->getElementType() != ExtVecType->getElementType() || in replaceExtractElements()