Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:CCMask

1023       SDValue CCMask = Node->getOperand(3);
1027 cast<ConstantSDNode>(CCMask.getNode())->getZExtValue();
1029 CCMask = CurDAG->getConstant(ConstCCValid ^ ConstCCMask,
1030 CCMask.getValueType());
1032 Node = CurDAG->UpdateNodeOperands(Node, Op1, Op0, CCValid, CCMask, Op4);