Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h2119 extern IRType typeOfIRConst ( IRConst* );
/external/valgrind/main/VEX/priv/
Dir_defs.c2516 IRType typeOfIRConst ( IRConst* con ) in typeOfIRConst() function
2545 return typeOfIRConst(e->Iex.Const.con); in typeOfIRExpr()
3274 if (typeOfIRConst(stmt->Ist.Exit.dst) != gWordTy) in tcStmt()