Home | History | Annotate | Download | only in memcheck

Lines Matching refs:Ico

918               && e->Iex.Const.con->Ico.U32 == 0 );
926 Ico.U64 == 0 );
4752 case Ico_U8: n = (ULong)con->Ico.U8; break;
4753 case Ico_U16: n = (ULong)con->Ico.U16; break;
4754 case Ico_U32: n = (ULong)con->Ico.U32; break;
4755 case Ico_U64: n = (ULong)con->Ico.U64; break;