Searched refs:op2 (Results 1 – 2 of 2) sorted by relevance
5 Not doing anything here - op26 Running after op2 using normal definition13 Running after op2 using structural redefinition17 Running after op2 using structural redefinition19 Not doing anything here - op220 Running after op2 using structural redefinition
622 HInstruction* op2; in TestComparison() local625 op2 = graph->GetIntConstant(j); in TestComparison()629 op2 = graph->GetLongConstant(j); in TestComparison()638 comparison = new (GetAllocator()) HEqual(op1, op2); in TestComparison()642 comparison = new (GetAllocator()) HNotEqual(op1, op2); in TestComparison()646 comparison = new (GetAllocator()) HLessThan(op1, op2); in TestComparison()650 comparison = new (GetAllocator()) HLessThanOrEqual(op1, op2); in TestComparison()654 comparison = new (GetAllocator()) HGreaterThan(op1, op2); in TestComparison()658 comparison = new (GetAllocator()) HGreaterThanOrEqual(op1, op2); in TestComparison()662 comparison = new (GetAllocator()) HBelow(op1, op2); in TestComparison()[all …]