Searched refs:N0C (Results 1 – 3 of 3) sorted by relevance
1540 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1545 if (N0C && !N1C) in PerformDAGCombine()1549 if (N0C && N0C->isZero() && N1C && N1C->isZero()) { in PerformDAGCombine()1576 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1581 if (N0C && N0C->isZero() && N1C && N1C->isZero()) { in PerformDAGCombine()1614 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in PerformDAGCombine() local1619 if ((N0C && !N1C) || in PerformDAGCombine()1620 (N0C && N1C && N0C->getZExtValue() < N1C->getZExtValue())) in PerformDAGCombine()
3236 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDC() local3238 if (N0C && !N1C) in visitADDC()3378 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitADDE() local3380 if (N0C && !N1C) in visitADDE()3398 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitUADDO_CARRY() local3400 if (N0C && !N1C) in visitUADDO_CARRY()3687 ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0); in visitSADDO_CARRY() local3689 if (N0C && !N1C) in visitSADDO_CARRY()4684 ConstantSDNode *N0C = isConstOrConstSplat(N0); in simplifyDivRem() local4685 if (N0C && N0C->isZero()) in simplifyDivRem()[all …]
13168 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in transformAddShlImm() 13170 if (!N0C || !N1C) in transformAddShlImm() 13172 int64_t C0 = N0C->getSExtValue(); in transformAddShlImm() 13310 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in transformAddImmMulImm() 13312 if (!N0C || !N1C) in transformAddImmMulImm() 13314 // If N0C has multiple uses it's possible one of the cases in in transformAddImmMulImm() 13317 if (!N0C->hasOneUse()) in transformAddImmMulImm() 13319 int64_t C0 = N0C->getSExtValue(); in transformAddImmMulImm() 13456 auto *N0C = dyn_cast<ConstantSDNode>(N0); in combineSubOfBoolean() 13457 if (!N0C) in combineSubOfBoolean() 13165 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); transformAddShlImm() local 13307 auto *N0C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); transformAddImmMulImm() local 13453 auto *N0C = dyn_cast<ConstantSDNode>(N0); combineSubOfBoolean() local [all...]