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

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

Completed in 34 milliseconds