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