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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp342 Node* trunc2 = NULL; local
344 if (!(incr = CountedLoopNode::match_incr_with_optional_truncation(incr, &trunc1, &trunc2, &iv_trunc_t))) {
411 assert(trunc1 == NULL && trunc2 == NULL, "no truncation for int");
1005 Node* expr, Node** trunc1, Node** trunc2, const TypeInt** trunc_type) {
1047 *trunc2 = t2;
1004 match_incr_with_optional_truncation( Node* expr, Node** trunc1, Node** trunc2, const TypeInt** trunc_type) argument
H A Dloopopts.cpp1537 Node* trunc2 = NULL; local
1559 &trunc1, &trunc2, &ttype);
1569 &trunc1, &trunc2, &ttype);
H A Dloopnode.hpp183 static Node* match_incr_with_optional_truncation(Node* expr, Node** trunc1, Node** trunc2, const TypeInt** trunc_type);

Completed in 53 milliseconds