Home | History | Annotate | Download | only in InstCombine

Lines Matching full:shifted

56 /// CanEvaluateShifted - See if we can compute the specified value, but shifted
65 /// where the client will ask if E can be computed shifted right by 64-bits. If
70 // We can always evaluate constants shifted.
111 // Bitwise operators can all arbitrarily be arbitrarily evaluated shifted.
182 /// this value inserts the new computation that produces the shifted value.
185 // We can always evaluate constants shifted.
205 // Bitwise operators can all arbitrarily be arbitrarily evaluated shifted.
641 // If the shifted-out value is known-zero, then this is a NUW shift.
649 // If the shifted out value is all signbits, this is a NSW shift.
696 // If the shifted-out value is known-zero, then this is an exact shift.
729 // If the input is an extension from the shifted amount value, e.g.
742 // If the shifted-out value is known-zero, then this is an exact shift.