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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h254 auto *InVTy = dyn_cast<VectorType>(In->getType()); local
255 assert(InVTy && "Not expecting scalars here");
257 Type *EltTy = InVTy->getElementType();
295 unsigned NumElts = InVTy->getNumElements();

Completed in 58 milliseconds