Home
last modified time | relevance | path

Searched refs:IsComparisonOpcode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.cc12 return IrOpcode::IsComparisonOpcode(opcode()); in IsComparison()
Dopcodes.h791 static bool IsComparisonOpcode(Value value) { in IsComparisonOpcode() function