Searched refs:N01C (Results 1 – 4 of 4) sorted by relevance
1299 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N01); in combineShlAddConstant() local1301 if (N01C && N00.getOpcode() == ISD::ADD && N00.getNode()->hasOneUse() && in combineShlAddConstant()2513 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local2514 if (!N01C || N01C->getZExtValue() != 0xFF00) in MatchBSwapHWordLow()2538 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local2540 if (!N01C || !N11C) in MatchBSwapHWordLow()2542 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()3141 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in visitXOR() local3146 if (N01C) in visitXOR()3149 N01C->getAPIntValue(), VT)); in visitXOR()[all …]
3375 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local3376 if (!N01C || N01C->getZExtValue() != 0xFF00) in MatchBSwapHWordLow()3400 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local3402 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() local4245 N01C->getAPIntValue(), DL, VT)); in visitXOR()4372 if (ConstantSDNode *N01C = isConstOrConstSplat(N01)) { in distributeTruncateThroughAnd() local4373 if (!N01C->isOpaque()) { in distributeTruncateThroughAnd()4376 APInt TruncC = N01C->getAPIntValue(); in distributeTruncateThroughAnd()[all …]
4689 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local4692 if (!N01C || (N01C->getZExtValue() != 0xFF00 && in MatchBSwapHWordLow()4693 N01C->getZExtValue() != 0xFFFF)) in MatchBSwapHWordLow()4716 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local4718 if (!N01C || !N11C) in MatchBSwapHWordLow()4720 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()6609 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1)); in visitSRA() local6610 if (N01C) { in visitSRA()6619 int ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue(); in visitSRA()
10707 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in CombineANDShift() local10708 if (!N01C) in CombineANDShift()10711 uint32_t C2 = (uint32_t)N01C->getZExtValue(); in CombineANDShift()