Home | History | Annotate | Download | only in priv

Lines Matching refs:IROp

1243 static IRExpr* mkZeroOfPrimopResultType ( IROp op )
1262 static IRExpr* mkOnesOfPrimopResultType ( IROp op )
2825 IROp cvtOp = Iop_INVALID;
3346 IROp op;
3351 IROp op;
3357 IROp op;
3363 IROp op;
5119 static inline Bool is_Unop ( IRExpr* e, IROp op ) {
5122 static inline Bool is_Binop ( IRExpr* e, IROp op ) {
5126 static IRExpr* fold_IRExpr_Binop ( IROp op, IRExpr* a1, IRExpr* a2 )
5151 static IRExpr* fold_IRExpr_Unop ( IROp op, IRExpr* aa )