Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc668 void CheckLoweringBinop(IrOpcode::Value expected, const Operator* op) { in CheckLoweringBinop() function in TestingGraph
888 t.CheckLoweringBinop(IrOpcode::kWord32Equal, t.simplified()->NumberEqual()); in TEST()
889 t.CheckLoweringBinop(IrOpcode::kInt32LessThan, in TEST()
891 t.CheckLoweringBinop(IrOpcode::kInt32LessThanOrEqual, in TEST()
899 t.CheckLoweringBinop(IrOpcode::kWord32Equal, t.simplified()->NumberEqual()); in TEST()
900 t.CheckLoweringBinop(IrOpcode::kUint32LessThan, in TEST()
902 t.CheckLoweringBinop(IrOpcode::kUint32LessThanOrEqual, in TEST()
913 t.CheckLoweringBinop(IrOpcode::kFloat64Equal, in TEST()
915 t.CheckLoweringBinop(IrOpcode::kFloat64LessThan, in TEST()
917 t.CheckLoweringBinop(IrOpcode::kFloat64LessThanOrEqual, in TEST()
[all …]