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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1009 int idx_f2d = 1; // ConvF2D on left side? local
1010 if( in(idx_f2d)->Opcode() != Op_ConvF2D )
1011 idx_f2d = 2; // No, swap to check for reversed args
1012 int idx_con = 3-idx_f2d; // Check for the constant on other input
1015 in(idx_f2d)->Opcode() == Op_ConvF2D &&
1023 Node *new_in1 = in(idx_f2d)->in(1);
1025 if( idx_f2d != 1 ) { // Must flip args to match original order

Completed in 34 milliseconds