Home
last modified time | relevance | path

Searched refs:LeftDemanded (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
1033 LeftDemanded.setBit(MaskVal); in SimplifyDemandedVectorElts()
1041 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), LeftDemanded, in SimplifyDemandedVectorElts()
1087 APInt LeftDemanded(DemandedElts), RightDemanded(DemandedElts); in SimplifyDemandedVectorElts() local
1097 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1103 TmpV = SimplifyDemandedVectorElts(I->getOperand(1), LeftDemanded, UndefElts, 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
1164 LeftDemanded.setBit(MaskVal); in SimplifyDemandedVectorElts()
1172 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), LeftDemanded, in SimplifyDemandedVectorElts()
1263 APInt LeftDemanded(DemandedElts), RightDemanded(DemandedElts); in SimplifyDemandedVectorElts() local
1273 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1279 TmpV = SimplifyDemandedVectorElts(I->getOperand(1), LeftDemanded, UndefElts, in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp932 APInt LeftDemanded(LHSVWidth, 0), RightDemanded(LHSVWidth, 0); in SimplifyDemandedVectorElts() local
940 LeftDemanded.setBit(MaskVal); in SimplifyDemandedVectorElts()
948 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), LeftDemanded, in SimplifyDemandedVectorElts()