Home | History | Annotate | Download | only in InstCombine

Lines Matching full:shifted

103 /// See if we can compute the specified value, but shifted
112 /// where the client will ask if E can be computed shifted right by 64-bits. If
117 // We can always evaluate constants shifted.
158 // Bitwise operators can all arbitrarily be arbitrarily evaluated shifted.
187 /// this value inserts the new computation that produces the shifted value.
190 // We can always evaluate constants shifted.
210 // Bitwise operators can all arbitrarily be arbitrarily evaluated shifted.
711 // If the shifted-out value is known-zero, then this is a NUW shift.
720 // If the shifted out value is all signbits, this is a NSW shift.
770 // If the shifted-out value is known-zero, then this is an exact shift.
802 // If the input is an extension from the shifted amount value, e.g.
815 // If the shifted-out value is known-zero, then this is an exact shift.