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

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp145 Node *x2 = phase->makecon( add1->as_Add()->add_ring( t2, t12 ));
223 return add_ring(t1,t2); // Local flavor of type addition
256 return new (phase->C) SubINode(phase->makecon( add_ring( t_sub1, t_2 ) ),
340 //------------------------------add_ring---------------------------------------
344 const Type *AddINode::add_ring( const Type *t0, const Type *t1 ) const { function in class:AddINode
389 return new (phase->C) SubLNode(phase->makecon( add_ring( t_sub1, t_2 ) ),
458 //------------------------------add_ring---------------------------------------
462 const Type *AddLNode::add_ring( const Type *t0, const Type *t1 ) const { function in class:AddLNode
503 //------------------------------add_ring---------------------------------------
507 const Type *AddFNode::add_ring( cons function in class:AddFNode
544 const Type *AddDNode::add_ring( const Type *t0, const Type *t1 ) const { function in class:AddDNode
751 const Type *OrINode::add_ring( const Type *t0, const Type *t1 ) const { function in class:OrINode
788 const Type *OrLNode::add_ring( const Type *t0, const Type *t1 ) const { function in class:OrLNode
806 const Type *XorINode::add_ring( const Type *t0, const Type *t1 ) const { function in class:XorINode
824 const Type *XorLNode::add_ring( const Type *t0, const Type *t1 ) const { function in class:XorLNode
839 const Type *MaxINode::add_ring( const Type *t0, const Type *t1 ) const { function in class:MaxINode
926 const Type *MinINode::add_ring( const Type *t0, const Type *t1 ) const { function in class:MinINode
[all...]

Completed in 33 milliseconds