Lines Matching refs:N01C
3375 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
3376 if (!N01C || N01C->getZExtValue() != 0xFF00) in MatchBSwapHWordLow()
3400 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
3402 if (!N01C || !N11C) in MatchBSwapHWordLow()
3404 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()
4241 if (const ConstantSDNode *N01C = getAsNonOpaqueConstant(N0.getOperand(1))) { in visitXOR() local
4245 N01C->getAPIntValue(), DL, VT)); in visitXOR()
4372 if (ConstantSDNode *N01C = isConstOrConstSplat(N01)) { in distributeTruncateThroughAnd() local
4373 if (!N01C->isOpaque()) { in distributeTruncateThroughAnd()
4376 APInt TruncC = N01C->getAPIntValue(); in distributeTruncateThroughAnd()
4678 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1)); in visitSRA() local
4679 if (N01C) { in visitSRA()
4688 int ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue(); in visitSRA()
4795 if (ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1))) { in visitSRL() local
4796 uint64_t c1 = N01C->getZExtValue(); in visitSRL()