Searched refs:XVTy (Results 1 – 2 of 2) sorted by relevance
2156 VectorType *XVTy = dyn_cast<VectorType>(X->getType()); in emitTransformedIndex() local2157 if (XVTy && !isa<VectorType>(Y->getType())) in emitTransformedIndex()2158 Y = B.CreateVectorSplat(XVTy->getElementCount(), Y); in emitTransformedIndex()
3468 if (auto *XVTy = dyn_cast<VectorType>(XType)) in foldICmpBitCast() local3469 NewType = VectorType::get(NewType, XVTy->getElementCount()); in foldICmpBitCast()