Lines Matching refs:NoChange
635 return NoChange(); in Reduce()
670 return NoChange(); in Reduce()
700 return NoChange(); in ReduceInt32Add()
711 return NoChange(); in ReduceInt64Add()
729 return NoChange(); in ReduceInt32Sub()
747 return NoChange(); in ReduceInt64Sub()
794 return NoChange(); in ReduceInt32Div()
823 return NoChange(); in ReduceUint32Div()
861 return NoChange(); in ReduceInt32Mod()
891 return NoChange(); in ReduceUint32Mod()
942 return NoChange(); in ReduceStore()
996 return NoChange(); in ReduceProjection()
1016 return NoChange(); in ReduceWord32Shifts()
1052 return NoChange(); in ReduceWord64Shl()
1082 return NoChange(); in ReduceWord64Shr()
1126 return NoChange(); in ReduceWord64Sar()
1227 return NoChange(); in ReduceWord32And()
1249 return NoChange(); in TryMatchWord32Ror()
1254 if (mshl.left().node() != mshr.left().node()) return NoChange(); in TryMatchWord32Ror()
1258 if (mshl.right().Value() + mshr.right().Value() != 32) return NoChange(); in TryMatchWord32Ror()
1269 return NoChange(); in TryMatchWord32Ror()
1273 if (!msub.left().Is(32) || msub.right().node() != y) return NoChange(); in TryMatchWord32Ror()
1322 return NoChange(); in ReduceFloat64InsertLowWord32()
1335 return NoChange(); in ReduceFloat64InsertHighWord32()
1380 return NoChange(); in ReduceFloat64Compare()
1392 return NoChange(); in ReduceFloat64Compare()