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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp666 Node *lsh = phase->transform( new (phase->C) LShiftINode( add1->in(1), in(2) ) ); local
668 return new (phase->C) AddINode( lsh, phase->intcon(t12->get_con() << con));
776 Node *lsh = phase->transform( new (phase->C) LShiftLNode( add1->in(1), in(2) ) ); local
778 return new (phase->C) AddLNode( lsh, phase->longcon(t12->get_con() << con));

Completed in 756 milliseconds