Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:FalseOp

1755   auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1756 if (!TrueOp || !FalseOp)
1758 if (FalseOp->getZExtValue() != 0)