Searched defs:IRConst (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h288 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
307 IRConst; typedef in typeref:struct:_IRConst
309 /* IRConst constructors */
310 extern IRConst* IRConst_U1 ( Bool );
311 extern IRConst* IRConst_U8 ( UChar );
312 extern IRConst* IRConst_U16 ( UShort );
313 extern IRConst* IRConst_U32 ( UInt );
314 extern IRConst* IRConst_U64 ( ULong );
315 extern IRConst* IRConst_F32 ( Float );
316 extern IRConst* IRConst_F32
[all...]

Completed in 119 milliseconds