Searched refs:ShiftAmtZeroMask (Results 1 – 1 of 1) sorted by relevance
196 uint64_t ShiftAmtZeroMask = (~RHS.Zero).getZExtValue(); in shl() local205 if ((ShiftAmtZeroMask & ShiftAmt) != ShiftAmt || in shl()249 uint64_t ShiftAmtZeroMask = (~RHS.Zero).getZExtValue(); in lshr() local258 if ((ShiftAmtZeroMask & ShiftAmt) != ShiftAmt || in lshr()307 uint64_t ShiftAmtZeroMask = (~RHS.Zero).getZExtValue(); in ashr() local316 if ((ShiftAmtZeroMask & ShiftAmt) != ShiftAmt || in ashr()