Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:IsWrite

2658   bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
2659 unsigned Code = IsWrite ? SystemZ::PFD_WRITE : SystemZ::PFD_READ;