Searched refs:N01C (Results 1 – 4 of 4) sorted by relevance
709 auto *N01C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in trySignedBitfieldExtract() local710 if (!N01C) in trySignedBitfieldExtract()713 const unsigned LeftShAmt = N01C->getZExtValue(); in trySignedBitfieldExtract()
7377 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local7380 if (!N01C || (N01C->getZExtValue() != 0xFF00 && in MatchBSwapHWordLow()7381 N01C->getZExtValue() != 0xFFFF)) in MatchBSwapHWordLow()7404 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local7406 if (!N01C || !N11C) in MatchBSwapHWordLow()7408 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()10388 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1)); in visitSRA() local10389 if (N01C) { in visitSRA()10398 int ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue(); in visitSRA()
14328 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in CombineANDShift() local14329 if (!N01C) in CombineANDShift()14332 uint32_t C2 = (uint32_t)N01C->getZExtValue(); in CombineANDShift()
49914 ConstantSDNode *N01C = in combineAnd() local49917 if (N1C && N01C) { in combineAnd()49918 const APInt &MulC = N01C->getAPIntValue(); in combineAnd()