Home | History | Annotate | Download | only in InstCombine

Lines Matching full:masking

209         // Ok, at this point, we know that we are masking the result of the
244 // Masking out bits that the shift already masks.
264 // Masking out bits that the shift already masks.
275 // See if this is shifting in some sign extension, then masking it out
282 if (C == AndRHS) { // Masking out bits shifted in.
729 // Convert the masking analysis into its equivalent with negated
1243 // Not masking anything out for the LHS, move to RHS.
1250 // Not masking anything out for the RHS, move to LHS.