Searched defs:sub2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp161 Node *sub2 = phase->transform( new (phase->C) SubINode( in1->in(1), in2 )); local
162 return new (phase->C) AddINode( sub2, in1->in(2) );
174 Node* sub2 = phase->transform( new (phase->C) SubINode(in1, in21) ); local
176 return new (phase->C) AddINode(sub2, neg_c0);
290 Node *sub2 = phase->transform( new (phase->C) SubLNode( in11, in2 )); local
291 return new (phase->C) AddLNode( sub2, in1->in(2) );
302 Node* sub2 = phase->transform( new (phase->C) SubLNode(in1, in21) ); local
304 return new (phase->C) AddLNode(sub2, neg_c0);

Completed in 35 milliseconds