Searched refs:Uint32BinopMatcher (Results 1 – 5 of 5) sorted by relevance
36 using UintNBinopMatcher = Uint32BinopMatcher;463 Uint32BinopMatcher m(node); in Reduce()489 Uint32BinopMatcher m(node); in Reduce()1166 Uint32BinopMatcher m(node); in ReduceUint32Div()1231 Uint32BinopMatcher m(node); in ReduceUint32Mod()1271 Uint32BinopMatcher m(value); in ReduceStore()1605 Uint32BinopMatcher m(node); in ReduceWord32Shr()1612 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32Shr()1811 Uint32BinopMatcher eq(node); in Detect()1813 Uint32BinopMatcher mand(eq.left().node()); in Detect()
342 using Uint32BinopMatcher = BinopMatcher<Uint32Matcher, Uint32Matcher>; variable
4818 Uint32BinopMatcher m(node); in Uint32Div()4836 Uint32BinopMatcher m(node); in Uint32Mod()
776 Uint32BinopMatcher m(node); in VisitWord32And()814 Uint32BinopMatcher m(node); in VisitWord32Xor()
2812 TestAndBranchMatcher<Uint32BinopMatcher> tbm(value, cont); in VisitWordCompareZero()