Searched refs:S1Op (Results 1 – 1 of 1) sorted by relevance
14859 const SDValue &S1Op, const SelectionDAG &DAG) { in checkDot4MulSignedness() argument14862 if (S0Op.getValueSizeInBits() == 8 && S1Op.getValueSizeInBits() == 8) in checkDot4MulSignedness()14868 auto Known1 = DAG.computeKnownBits(S1Op, 0); in checkDot4MulSignedness()