Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1383 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local
1385 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1393 if (PreInsertDemandedElts == 0 && in SimplifyDemandedVectorElts()
1400 simplifyAndSetOp(I, 0, PreInsertDemandedElts, UndefElts); in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1262 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local
1264 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1266 simplifyAndSetOp(I, 0, PreInsertDemandedElts, UndefElts); in SimplifyDemandedVectorElts()