Lines Matching defs:st
1057 IRStmt* st = precedingStmts[j];1058 if (st->tag == Ist_WrTmp1059 && st->Ist.WrTmp.tmp == look_for1060 && st->Ist.WrTmp.data->tag == Iex_Binop1061 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or321062 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4)))