Home | History | Annotate | Download | only in SystemZ

Lines Matching full:cmpop

2332 // Return true if Pos is CmpOp and Neg is the negative of CmpOp,
2333 // allowing Pos and Neg to be wider than CmpOp.
2334 static bool isAbsolute(SDValue CmpOp, SDValue Pos, SDValue Neg) {
2339 (Pos == CmpOp ||
2341 Pos.getOperand(0) == CmpOp)));