Home
last modified time | relevance | path

Searched refs:DemandedElts2 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp918 APInt DemandedElts2 = DemandedElts; in SimplifyDemandedVectorElts() local
919 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()
920 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), DemandedElts2, in SimplifyDemandedVectorElts()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1011 APInt DemandedElts2 = DemandedElts; in SimplifyDemandedVectorElts() local
1012 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1013 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), DemandedElts2, in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1460 APInt DemandedElts2 = DemandedElts; in SimplifyDemandedVectorElts() local
1461 DemandedElts2.clearBit(0); in SimplifyDemandedVectorElts()
1462 TmpV = SimplifyDemandedVectorElts(II->getArgOperand(0), DemandedElts2, in SimplifyDemandedVectorElts()
DInstCombineCalls.cpp2758 APInt DemandedElts2 = APInt::getSplat(VWidth, in visitCallInst() local
2760 if (Value *V = SimplifyDemandedVectorElts(Arg1, DemandedElts2, in visitCallInst()
2768 DemandedElts2.isSubsetOf(UndefElts2)) in visitCallInst()