Home
last modified time | relevance | path

Searched refs:IRConst_F32i (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h312 extern IRConst* IRConst_F32i ( UInt );
/external/valgrind/main/VEX/priv/
Dir_defs.c1421 IRConst* IRConst_F32i ( UInt f32i ) in IRConst_F32i() function
1902 case Ico_F32i: return IRConst_F32i(c->Ico.F32i); in deepCopyIRConst()
Dguest_s390_toIR.c222 return IRExpr_Const(IRConst_F32i(value)); in mkF32i()