Searched refs:IRConst_F32i (Results 1 – 3 of 3) sorted by relevance
312 extern IRConst* IRConst_F32i ( UInt );
1421 IRConst* IRConst_F32i ( UInt f32i ) in IRConst_F32i() function1902 case Ico_F32i: return IRConst_F32i(c->Ico.F32i); in deepCopyIRConst()
222 return IRExpr_Const(IRConst_F32i(value)); in mkF32i()