Home | History | Annotate | Download | only in priv

Lines Matching full:tobool

3649          return toBool( isIRAtom(puti->ix) 
3663 return toBool(
3669 return toBool(
3673 case Iex_Binop: return toBool(
3683 case Iex_ITE: return toBool (
3692 return toBool( isIRAtom(st->Ist.Store.addr)
3696 return toBool( isIRAtom(sg->addr)
3701 return toBool( isIRAtom(lg->addr)
3706 return toBool( isIRAtom(cas->addr)
3713 return toBool( isIRAtom(st->Ist.LLSC.addr)
3800 return toBool( con->Ico.U1 == True || con->Ico.U1 == False );
4609 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) );
4610 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 );
4611 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 );
4612 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
4613 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );
4614 case Ico_F32: return toBool( c1->Ico.F32 == c2->Ico.F32 );
4615 case Ico_F32i: return toBool( c1->Ico.F32i == c2->Ico.F32i );
4616 case Ico_F64: return toBool( c1->Ico.F64 == c2->Ico.F64 );
4617 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i );
4618 case Ico_V128: return toBool( c1->Ico.V128 == c2->Ico.V128 );
4619 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 );
4626 return toBool( descr1->base == descr2->base
4709 return toBool(a1->Iex.RdTmp.tmp == a2->Iex.RdTmp.tmp);