Searched refs:MaskEltCount (Results 1 – 1 of 1) sorted by relevance
450 auto MaskEltCount = in ConstantFoldShuffleVectorInstruction() local456 return PoisonValue::get(VectorType::get(EltTy, MaskEltCount)); in ConstantFoldShuffleVectorInstruction()468 if (!MaskEltCount.isScalable() || Elt->isNullValue() || isa<UndefValue>(Elt)) in ConstantFoldShuffleVectorInstruction()469 return ConstantVector::getSplat(MaskEltCount, Elt); in ConstantFoldShuffleVectorInstruction()