Home
last modified time | relevance | path

Searched refs:AllOnesEltMask (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp621 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitInsertElementInst() local
622 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst()
934 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitShuffleVectorInst() local
935 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
DInstCombineSelect.cpp1236 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitSelectInst() local
1237 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1438 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitInsertElementInst() local
1439 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst()
2359 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitShuffleVectorInst() local
2360 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
DInstCombineCalls.cpp779 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitCallInst() local
780 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst()
DInstCombineSelect.cpp2446 APInt AllOnesEltMask(APInt::getAllOnesValue(NumElts)); in foldVectorSelect() local
2447 if (Value *V = SimplifyDemandedVectorElts(&Sel, AllOnesEltMask, UndefElts)) { in foldVectorSelect()
DInstructionCombining.cpp1841 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitGetElementPtrInst() local
1842 if (Value *V = SimplifyDemandedVectorElts(&GEP, AllOnesEltMask, in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1099 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()
DInstCombineSelect.cpp2759 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitSelectInst() local
2760 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
DInstructionCombining.cpp1672 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitGetElementPtrInst() local
1673 if (Value *V = SimplifyDemandedVectorElts(&GEP, AllOnesEltMask, in visitGetElementPtrInst()
DInstCombineCalls.cpp1870 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitCallInst() local
1871 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst()