Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DKnownBits.cpp196 uint64_t ShiftAmtZeroMask = (~RHS.Zero).getZExtValue(); in shl() local
205 if ((ShiftAmtZeroMask & ShiftAmt) != ShiftAmt || in shl()
249 uint64_t ShiftAmtZeroMask = (~RHS.Zero).getZExtValue(); in lshr() local
258 if ((ShiftAmtZeroMask & ShiftAmt) != ShiftAmt || in lshr()
307 uint64_t ShiftAmtZeroMask = (~RHS.Zero).getZExtValue(); in ashr() local
316 if ((ShiftAmtZeroMask & ShiftAmt) != ShiftAmt || in ashr()