Searched refs:typeOfIRConst (Results 1 – 2 of 2) sorted by relevance
3068 extern IRType typeOfIRConst ( const IRConst* );
3606 IRType typeOfIRConst ( const IRConst* con ) in typeOfIRConst() function3657 return typeOfIRConst(e->Iex.Const.con); in typeOfIRExpr()4619 if (typeOfIRConst(stmt->Ist.Exit.dst) != gWordTy) in tcStmt()