Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2215 const unsigned ShftCnt = ShAmt->getLimitedValue(Width); in simplifyAndInst() local
2218 if (EffWidthY <= ShftCnt) { in simplifyAndInst()
2222 const APInt EffBitsX = APInt::getLowBitsSet(Width, EffWidthX) << ShftCnt; in simplifyAndInst()