Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp993 uint64_t LHSVWidth = in SimplifyDemandedVectorElts() local
995 APInt LeftDemanded(LHSVWidth, 0), RightDemanded(LHSVWidth, 0); in SimplifyDemandedVectorElts()
1000 assert(MaskVal < LHSVWidth * 2 && in SimplifyDemandedVectorElts()
1002 if (MaskVal < LHSVWidth) in SimplifyDemandedVectorElts()
1005 RightDemanded.setBit(MaskVal - LHSVWidth); in SimplifyDemandedVectorElts()
1010 APInt UndefElts4(LHSVWidth, 0); in SimplifyDemandedVectorElts()
1015 APInt UndefElts3(LHSVWidth, 0); in SimplifyDemandedVectorElts()
1028 } else if (MaskVal < LHSVWidth) { in SimplifyDemandedVectorElts()
1034 if (UndefElts3[MaskVal - LHSVWidth]) { in SimplifyDemandedVectorElts()