Lines Matching refs:Int32BinopMatcher

169       Int32BinopMatcher m(node);  in Reduce()
178 Int32BinopMatcher m(node); in Reduce()
183 Int32BinopMatcher msub(m.left().node()); in Reduce()
216 Int32BinopMatcher m(node); in Reduce()
237 Int32BinopMatcher m(node); in Reduce()
260 Int32BinopMatcher m(node); in Reduce()
267 Int32BinopMatcher mleftmatcher(m.left().node()); in Reduce()
276 Int32BinopMatcher m(node); in Reduce()
292 Int32BinopMatcher mleft(m.left().node()); in Reduce()
701 Int32BinopMatcher m(node); in ReduceInt32Add()
708 Int32BinopMatcher mleft(m.left().node()); in ReduceInt32Add()
718 Int32BinopMatcher mright(m.right().node()); in ReduceInt32Add()
742 Int32BinopMatcher m(node); in ReduceInt32Sub()
777 Int32BinopMatcher m(node); in ReduceInt32Div()
854 Int32BinopMatcher m(node); in ReduceInt32Mod()
948 Int32BinopMatcher m(value); in ReduceStore()
953 Int32BinopMatcher mleft(m.left().node()); in ReduceStore()
972 Int32BinopMatcher m(node); in ReduceProjection()
986 Int32BinopMatcher m(node); in ReduceProjection()
1000 Int32BinopMatcher m(node); in ReduceProjection()
1029 Int32BinopMatcher m(node); in ReduceWord32Shifts()
1031 Int32BinopMatcher mright(m.right().node()); in ReduceWord32Shifts()
1044 Int32BinopMatcher m(node); in ReduceWord32Shl()
1053 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32Shl()
1108 Int32BinopMatcher m(node); in ReduceWord32Sar()
1114 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32Sar()
1153 Int32BinopMatcher m(node); in ReduceWord32And()
1164 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32And()
1184 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32And()
1195 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And()
1207 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And()
1219 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And()
1231 Int32BinopMatcher mleftright(mleft.right().node()); in ReduceWord32And()
1243 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32And()
1256 Int32BinopMatcher m(node); in TryMatchWord32Ror()
1275 Int32BinopMatcher mshl(shl); in TryMatchWord32Ror()
1276 Int32BinopMatcher mshr(shr); in TryMatchWord32Ror()
1295 Int32BinopMatcher msub(sub); in TryMatchWord32Ror()
1307 Int32BinopMatcher m(node); in ReduceWord32Or()
1320 Int32BinopMatcher m(node); in ReduceWord32Xor()
1327 Int32BinopMatcher mleft(m.left().node()); in ReduceWord32Xor()