Searched refs:AllOnesEltMask (Results 1 – 2 of 2) sorted by relevance
581 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitInsertElementInst() local582 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst()894 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitShuffleVectorInst() local895 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
1254 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitSelectInst() local1255 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()