Home | History | Annotate | Download | only in priv

Lines Matching defs:argHi

2044                ULong argHi = e->Iex.Binop.arg1->Iex.Const.con->Ico.U64;
2046 if (0 == argHi && 0 == argLo) {
2055 IRExpr* argHi = e->Iex.Binop.arg1;
2057 if (isZeroV128(argHi) && isZeroV128(argLo)) {