Searched refs:N001C (Results 1 – 2 of 2) sorted by relevance
7416 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1)); in MatchBSwapHWordLow() local7417 if (!N001C || N001C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()10577 if (auto *N001C = isConstOrConstSplat(InnerShift.getOperand(1))) { in visitSRL() local10578 uint64_t c1 = N001C->getZExtValue(); in visitSRL()
53116 auto *N001C = dyn_cast<ConstantSDNode>(TruncExtSrc.getOperand(1)); in combineXor() local53117 if (N1C && !N1C->isOpaque() && N001C && !N001C->isOpaque()) { in combineXor()