Home
last modified time | relevance | path

Searched refs:RightDemanded (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1025 APInt LeftDemanded(LHSVWidth, 0), RightDemanded(LHSVWidth, 0); in SimplifyDemandedVectorElts() local
1035 RightDemanded.setBit(MaskVal - LHSVWidth); in SimplifyDemandedVectorElts()
1046 TmpV = SimplifyDemandedVectorElts(I->getOperand(1), RightDemanded, in SimplifyDemandedVectorElts()
1087 APInt LeftDemanded(DemandedElts), RightDemanded(DemandedElts); in SimplifyDemandedVectorElts() local
1099 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1107 TmpV = SimplifyDemandedVectorElts(I->getOperand(2), RightDemanded, in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1156 APInt LeftDemanded(LHSVWidth, 0), RightDemanded(LHSVWidth, 0); in SimplifyDemandedVectorElts() local
1166 RightDemanded.setBit(MaskVal - LHSVWidth); in SimplifyDemandedVectorElts()
1177 TmpV = SimplifyDemandedVectorElts(I->getOperand(1), RightDemanded, in SimplifyDemandedVectorElts()
1263 APInt LeftDemanded(DemandedElts), RightDemanded(DemandedElts); in SimplifyDemandedVectorElts() local
1275 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1283 TmpV = SimplifyDemandedVectorElts(I->getOperand(2), RightDemanded, in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp932 APInt LeftDemanded(LHSVWidth, 0), RightDemanded(LHSVWidth, 0); in SimplifyDemandedVectorElts() local
942 RightDemanded.setBit(MaskVal - LHSVWidth); in SimplifyDemandedVectorElts()
953 TmpV = SimplifyDemandedVectorElts(I->getOperand(1), RightDemanded, in SimplifyDemandedVectorElts()