Searched refs:AreOperandsBetterSwitched (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h3308 bool AreOperandsBetterSwitched() { function in class:final::HBinaryOperation
3323 return AreOperandsBetterSwitched() ? right() : left();
3327 return AreOperandsBetterSwitched() ? left() : right();

Completed in 139 milliseconds