Searched refs:RightDemanded (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1025 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/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 932 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()
|