Home | History | Annotate | Download | only in priv

Lines Matching refs:typeOfIRConst

2669 IRType typeOfIRConst ( IRConst* con )
2682 default: vpanic("typeOfIRConst");
2700 return typeOfIRConst(e->Iex.Const.con);
3433 if (typeOfIRConst(stmt->Ist.Exit.dst) != gWordTy)