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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp61 // simple operations: AddI, SubI, AndI, LShiftI, etc.
184 Node* AndI(Node* l, Node* r) { return transform(new (C) AndINode(l, r)); } function in class:IdealKit
H A DgraphKit.hpp320 Node* AndI(Node* l, Node* r) { return _gvn.transform(new (C) AndINode(l, r)); } function in class:GraphKit

Completed in 47 milliseconds