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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h274 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
290 IRConst; typedef in typeref:struct:_IRConst
292 /* IRConst constructors */
293 extern IRConst* IRConst_U1 ( Bool );
294 extern IRConst* IRConst_U8 ( UChar );
295 extern IRConst* IRConst_U16 ( UShort );
296 extern IRConst* IRConst_U32 ( UInt );
297 extern IRConst* IRConst_U64 ( ULong );
298 extern IRConst* IRConst_F64 ( Double );
299 extern IRConst* IRConst_F64
[all...]

Completed in 21 milliseconds