reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
989 auto IsSelect0 = [IsZero] (const SDValue &Op) -> bool { 992 return IsZero(Op.getOperand(1)) || IsZero(Op.getOperand(2)); 992 return IsZero(Op.getOperand(1)) || IsZero(Op.getOperand(2)); 1006 if (IsZero(SY)) { 1010 } else if (IsZero(SX)) {