Searched refs:AllOnesEltMask (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1099 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitInsertElementInst() local 1100 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst() 1946 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitShuffleVectorInst() local 1947 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
|
D | InstCombineSelect.cpp | 2759 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitSelectInst() local 2760 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
|
D | InstructionCombining.cpp | 1672 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitGetElementPtrInst() local 1673 if (Value *V = SimplifyDemandedVectorElts(&GEP, AllOnesEltMask, in visitGetElementPtrInst()
|
D | InstCombineCalls.cpp | 1870 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitCallInst() local 1871 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst()
|