Searched refs:IRConst_F32i (Results 1 – 4 of 4) sorted by relevance
317 extern IRConst* IRConst_F32i ( UInt );
1719 IRConst* IRConst_F32i ( UInt f32i ) in IRConst_F32i() function2255 case Ico_F32i: return IRConst_F32i(c->Ico.F32i); in deepCopyIRConst()
12862 ? (IRExpr_Const(isD ? IRConst_F64i(0) : IRConst_F32i(0))) in dis_AdvSIMD_fp_compare()
217 return IRExpr_Const(IRConst_F32i(value)); in mkF32i()