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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp229 const TypeLong* find_long_type(Node* n);
235 const TypeLong* t = find_long_type(n);
H A Dnode.hpp945 const TypeLong* t = find_long_type();
950 const TypeLong* t = find_long_type();
953 const TypeLong* find_long_type() const;
H A Dtype.hpp1313 #define find_intptr_t_type find_long_type
H A Dnode.cpp1376 const TypeLong* Node::find_long_type() const { function in class:Node
H A DphaseX.cpp489 //-------------------------------find_long_type--------------------------------
490 const TypeLong* PhaseTransform::find_long_type(Node* n) { function in class:PhaseTransform
H A Dsuperword.cpp2349 const TypeLong* t = n->find_long_type();
H A DgraphKit.cpp3249 { const TypeLong* tllen = _gvn.find_long_type(lengthx);

Completed in 78 milliseconds