Lines Matching defs:N3C
5669 ConstantSDNode *N3C = isConstOrConstSplat(peekThroughTruncates(N3));
5670 if (!N1C || !N3C)
5673 const APInt &C2 = N3C->getAPIntValue().trunc(N3.getScalarValueSizeInBits());
5794 ConstantSDNode *N3C = isConstOrConstSplat(N3);
5795 if (!N1C || !N3C)
5798 const APInt &C3 = N3C->getAPIntValue();
28211 auto *N3C = dyn_cast<ConstantSDNode>(N3.getNode());
28261 bool Swap = N3C && isNullConstant(N2) && N3C->getAPIntValue().isPowerOf2();
28270 std::swap(N2C, N3C);
28341 if (!NotExtCompare && N1C && N2C && N3C &&
28342 N2C->getAPIntValue() == ~N3C->getAPIntValue() &&