Lines Matching refs:shl
912 const Node *shl = in(1);
913 if( shl->Opcode() != Op_LShiftI ) return NULL;
916 (t3 = phase->type(shl->in(2))->isa_int()) &&
918 Node *ld = shl->in(1);
931 ld->outcnt() == 1 && ld->unique_out() == shl)
941 (t3 = phase->type(shl->in(2))->isa_int()) &&
943 Node *ld = shl->in(1);
1156 Node *shl = in(1);
1158 phase->type(shl->in(2)) == t2 )
1159 return new (phase->C) AndINode( shl->in(1), phase->intcon(mask) );
1285 Node *shl = in(1);
1286 if( shl->Opcode() == Op_LShiftL &&
1287 phase->type(shl->in(2)) == t2 )
1288 return new (phase->C) AndLNode( shl->in(1), phase->longcon(mask) );