Home | History | Annotate | Download | only in priv

Lines Matching refs:U64

124 //          && e->Iex.Const.con->Ico.U64 == 0ULL;
2094 ULong w64 = e->Iex.Const.con->Ico.U64;
2253 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
3014 union { UInt u32x2[2]; ULong u64; Double f64; } u;
3017 vassert(sizeof(u.u64) == 8);
3025 u.u64 = e->Iex.Const.con->Ico.F64i;