Searched refs:Ico_F32 (Results 1 – 2 of 2) sorted by relevance
76 case Ico_F32: u.f32 = con->Ico.F32; in ppIRConst()1323 c->tag = Ico_F32; in IRConst_F32()1783 case Ico_F32: return IRConst_F32(c->Ico.F32); in deepCopyIRConst()2677 case Ico_F32: return Ity_F32; in typeOfIRConst()3578 case Ico_F32: return toBool( c1->Ico.F32 == c2->Ico.F32 ); in eqIRConst()
265 Ico_F32, /* 32-bit IEEE754 floating */ enumerator