Searched refs:AllOnesEltMask (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1804 APInt AllOnesEltMask(APInt::getAllOnes(VWidth)); in visitInsertElementInst() local 1805 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, in visitInsertElementInst() 2965 APInt AllOnesEltMask(APInt::getAllOnes(VWidth)); in visitShuffleVectorInst() local 2966 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, PoisonElts)) { in visitShuffleVectorInst()
|
| H A D | InstCombineSelect.cpp | 2648 APInt AllOnesEltMask(APInt::getAllOnes(NumElts)); in foldVectorSelect() local 2649 if (Value *V = SimplifyDemandedVectorElts(&Sel, AllOnesEltMask, PoisonElts)) { in foldVectorSelect()
|
| H A D | InstCombineCalls.cpp | 1788 APInt AllOnesEltMask(APInt::getAllOnes(VWidth)); in visitCallInst() local 1789 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, PoisonElts)) { in visitCallInst()
|
| H A D | InstructionCombining.cpp | 3095 APInt AllOnesEltMask(APInt::getAllOnes(VWidth)); in visitGetElementPtrInst() local 3096 if (Value *V = SimplifyDemandedVectorElts(&GEP, AllOnesEltMask, in visitGetElementPtrInst()
|