Home
last modified time | relevance | path

Searched refs:typeOfIRConst (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h3068 extern IRType typeOfIRConst ( const IRConst* );
/external/valgrind/VEX/priv/
Dir_defs.c3606 IRType typeOfIRConst ( const IRConst* con ) in typeOfIRConst() function
3657 return typeOfIRConst(e->Iex.Const.con); in typeOfIRExpr()
4619 if (typeOfIRConst(stmt->Ist.Exit.dst) != gWordTy) in tcStmt()