Lines Matching refs:NoChange
651 return NoChange(); in Reduce()
696 return NoChange(); in Reduce()
726 return NoChange(); in ReduceInt32Add()
737 return NoChange(); in ReduceInt64Add()
755 return NoChange(); in ReduceInt32Sub()
773 return NoChange(); in ReduceInt64Sub()
820 return NoChange(); in ReduceInt32Div()
849 return NoChange(); in ReduceUint32Div()
886 return NoChange(); in ReduceInt32Mod()
916 return NoChange(); in ReduceUint32Mod()
964 return NoChange(); in ReduceStore()
1018 return NoChange(); in ReduceProjection()
1038 return NoChange(); in ReduceWord32Shifts()
1074 return NoChange(); in ReduceWord64Shl()
1104 return NoChange(); in ReduceWord64Shr()
1148 return NoChange(); in ReduceWord64Sar()
1250 return NoChange(); in ReduceWord32And()
1272 return NoChange(); in TryMatchWord32Ror()
1277 if (mshl.left().node() != mshr.left().node()) return NoChange(); in TryMatchWord32Ror()
1281 if (mshl.right().Value() + mshr.right().Value() != 32) return NoChange(); in TryMatchWord32Ror()
1292 return NoChange(); in TryMatchWord32Ror()
1296 if (!msub.left().Is(32) || msub.right().node() != y) return NoChange(); in TryMatchWord32Ror()
1345 return NoChange(); in ReduceFloat64InsertLowWord32()
1358 return NoChange(); in ReduceFloat64InsertHighWord32()
1403 return NoChange(); in ReduceFloat64Compare()
1415 return NoChange(); in ReduceFloat64Compare()
1424 return NoChange(); in ReduceFloat64RoundDown()