Home | History | Annotate | Download | only in priv

Lines Matching refs:typeOfIRConst

3508 IRType typeOfIRConst ( const IRConst* con )
3522 default: vpanic("typeOfIRConst");
3559 return typeOfIRConst(e->Iex.Const.con);
4453 if (typeOfIRConst(stmt->Ist.Exit.dst) != gWordTy)