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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h278 IRConst 'c' has c.tag equal to Ico_U32, then it's a 32-bit constant,
296 IRConst; typedef in typeref:struct:_IRConst
298 /* IRConst constructors */
299 extern IRConst* IRConst_U1 ( Bool );
300 extern IRConst* IRConst_U8 ( UChar );
301 extern IRConst* IRConst_U16 ( UShort );
302 extern IRConst* IRConst_U32 ( UInt );
303 extern IRConst* IRConst_U64 ( ULong );
304 extern IRConst* IRConst_F32 ( Float );
305 extern IRConst* IRConst_F32
[all...]

Completed in 83 milliseconds