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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp175 Node* neg_c0 = phase->intcon(- tcon->get_con()); local
176 return new (phase->C) AddINode(sub2, neg_c0);
303 Node* neg_c0 = phase->longcon(- tcon->get_con()); local
304 return new (phase->C) AddLNode(sub2, neg_c0);

Completed in 45 milliseconds