Searched refs:InVecTy (Results 1 – 1 of 1) sorted by relevance
4234 Type *InVecTy = Op0->getType(); in SimplifyShuffleVectorInst() local4236 unsigned InVecNumElts = InVecTy->getVectorNumElements(); in SimplifyShuffleVectorInst()4255 Op0 = UndefValue::get(InVecTy); in SimplifyShuffleVectorInst()4257 Op1 = UndefValue::get(InVecTy); in SimplifyShuffleVectorInst()4276 if (isa<UndefValue>(Op1) && RetTy == InVecTy && in SimplifyShuffleVectorInst()