Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp581 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitInsertElementInst() local
582 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst()
894 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitShuffleVectorInst() local
895 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
DInstCombineSelect.cpp1254 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitSelectInst() local
1255 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()