Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1340 const unsigned EffWidthY = Width - YKnown.countMinLeadingZeros(); in SimplifyLShrInst() local
1341 if (ShRAmt->uge(EffWidthY)) in SimplifyLShrInst()
1884 const unsigned EffWidthY = Width - YKnown.countMinLeadingZeros(); in SimplifyAndInst() local
1885 if (EffWidthY <= ShftCnt) { in SimplifyAndInst()
1889 const APInt EffBitsY = APInt::getLowBitsSet(Width, EffWidthY); in SimplifyAndInst()