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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1618 const TypeLong* lidxtype = TypeLong::make(CONST64(0), index_max, Type::WidenMax); local
1619 idx = _gvn.transform( new (C) ConvI2LNode(idx, lidxtype) );

Completed in 61 milliseconds