Searched refs:AllOnesEltMask (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 436 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitInsertElementInst() local 437 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst() 464 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitShuffleVectorInst() local 465 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 621 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()
|
D | InstCombineSelect.cpp | 1236 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitSelectInst() local 1237 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 837 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitInsertElementInst() local 838 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst() 1370 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitShuffleVectorInst() local 1371 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
|
D | InstCombineSelect.cpp | 1947 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitSelectInst() local 1948 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
|
D | InstCombineCalls.cpp | 2586 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitCallInst() local 2587 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst() 2598 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitCallInst() local 2599 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst()
|