Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DKnownBits.cpp197 uint64_t ShiftAmtOneMask = RHS.One.getZExtValue(); in shl() local
206 (ShiftAmtOneMask | ShiftAmt) != ShiftAmt) in shl()
250 uint64_t ShiftAmtOneMask = RHS.One.getZExtValue(); in lshr() local
259 (ShiftAmtOneMask | ShiftAmt) != ShiftAmt) in lshr()
308 uint64_t ShiftAmtOneMask = RHS.One.getZExtValue(); in ashr() local
317 (ShiftAmtOneMask | ShiftAmt) != ShiftAmt) in ashr()