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