Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1882 const unsigned ShftCnt = ShAmt->getLimitedValue(Width); in SimplifyAndInst() local
1885 if (EffWidthY <= ShftCnt) { in SimplifyAndInst()
1890 const APInt EffBitsX = APInt::getLowBitsSet(Width, EffWidthX) << ShftCnt; in SimplifyAndInst()