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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.hpp67 virtual const Type *mul_id() const = 0;
88 const Type *mul_id() const { return TypeInt::ONE; } function in class:MulINode
104 const Type *mul_id() const { return TypeLong::ONE; } function in class:MulLNode
120 const Type *mul_id() const { return TypeF::ONE; } function in class:MulFNode
135 const Type *mul_id() const { return TypeD::ONE; } function in class:MulDNode
164 const Type *mul_id() const { return TypeInt::MINUS_1; } function in class:AndINode
181 const Type *mul_id() const { return TypeLong::MINUS_1; } function in class:AndLNode
H A Dmulnode.cpp49 register const Type *one = mul_id(); // The multiplicative identity

Completed in 50 milliseconds