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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp611 Node* andi = new (phase->C) AndINode(in1->in(1), phase->intcon(mask)); local
612 andi = phase->transform(andi);
613 return new (phase->C) ConvI2LNode(andi);
1140 Node *andi = in(1); local
1142 const TypeInt *t3 = phase->type( andi->in(2) )->isa_int();
1146 Node *newshr = phase->transform( new (phase->C) URShiftINode(andi->in(1), in(2)) );
1273 Node *andi = in(1); local
1274 if( andi->Opcode() == Op_AndL ) {
1275 const TypeLong *t3 = phase->type( andi
[all...]

Completed in 394 milliseconds