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

/openjdk9/hotspot/src/share/vm/opto/
H A Dmathexactnode.cpp49 static bool can_overflow(const Type* type1, const Type* type2) { function in class:AddHelper
73 static bool can_overflow(const Type* type1, const Type* type2) { function in class:SubHelper
86 static bool can_overflow(const Type* type1, const Type* type2) { function in class:MulHelper
139 bool OverflowAddINode::can_overflow(const Type* t1, const Type* t2) const { function in class:OverflowAddINode
143 bool OverflowSubINode::can_overflow(const Type* t1, const Type* t2) const { function in class:OverflowSubINode
150 bool OverflowMulINode::can_overflow(const Type* t1, const Type* t2) const { function in class:OverflowMulINode
154 bool OverflowAddLNode::can_overflow(cons function in class:OverflowAddLNode
158 bool OverflowSubLNode::can_overflow(const Type* t1, const Type* t2) const { function in class:OverflowSubLNode
165 bool OverflowMulLNode::can_overflow(const Type* t1, const Type* t2) const { function in class:OverflowMulLNode
[all...]

Completed in 37 milliseconds