Searched refs:TryReplaceSubSubWithSubAdd (Results 1 – 4 of 4) sorted by relevance
78 bool TryReplaceSubSubWithSubAdd(HSub* last_sub);
281 if (shl->InputAt(1)->IsConstant() && TryReplaceSubSubWithSubAdd(instruction)) { in VisitSub()
297 bool TryReplaceSubSubWithSubAdd(HSub* last_sub) { in TryReplaceSubSubWithSubAdd() function
252 if (shl->InputAt(1)->IsConstant() && TryReplaceSubSubWithSubAdd(instruction)) { in VisitSub()