Home
last modified time | relevance | path

Searched refs:TryReplaceSubSubWithSubAdd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier_shared.h78 bool TryReplaceSubSubWithSubAdd(HSub* last_sub);
H A Dinstruction_simplifier_arm.cc287 if (shl->InputAt(1)->IsConstant() && TryReplaceSubSubWithSubAdd(instruction)) { in VisitSub()
H A Dinstruction_simplifier_shared.cc297 bool TryReplaceSubSubWithSubAdd(HSub* last_sub) { in TryReplaceSubSubWithSubAdd() function
H A Dinstruction_simplifier_arm64.cc258 if (shl->InputAt(1)->IsConstant() && TryReplaceSubSubWithSubAdd(instruction)) { in VisitSub()