Searched refs:N001C (Results 1 – 3 of 3) sorted by relevance
2550 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1)); in MatchBSwapHWordLow() local2551 if (!N001C || N001C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
4728 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1)); in MatchBSwapHWordLow() local4729 if (!N001C || N001C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()6758 if (auto N001C = isConstOrConstSplat(N0.getOperand(0).getOperand(1))) { in visitSRL() local6759 uint64_t c1 = N001C->getZExtValue(); in visitSRL()
3412 ConstantSDNode *N001C = dyn_cast<ConstantSDNode>(N00.getOperand(1)); in MatchBSwapHWordLow() local3413 if (!N001C || N001C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()