Searched refs:NewC (Results 1 – 5 of 5) sorted by relevance
32 function NewC() { class44 var c = NewC();52 var c = NewC();
791 Constant *NewC = cast<Constant>(*i); in ConstantFoldConstantExpression() local793 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(NewC)) in ConstantFoldConstantExpression()794 NewC = ConstantFoldConstantExpression(NewCE, TD); in ConstantFoldConstantExpression()795 Ops.push_back(NewC); in ConstantFoldConstantExpression()
293 Constant *NewC; in ResolveConstantForwardRefs() local295 NewC = ConstantArray::get(UserCA->getType(), NewOps); in ResolveConstantForwardRefs()297 NewC = ConstantStruct::get(UserCS->getType(), NewOps); in ResolveConstantForwardRefs()299 NewC = ConstantVector::get(NewOps); in ResolveConstantForwardRefs()302 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in ResolveConstantForwardRefs()305 UserC->replaceAllUsesWith(NewC); in ResolveConstantForwardRefs()
831 if (Constant *NewC = ConstantFoldInstruction(I)) { in ConstantPropUsersOf() local832 I->replaceAllUsesWith(NewC); in ConstantPropUsersOf()
1604 SDValue NewC = DAG.getConstant((N0C->getAPIntValue() - N1C1->getAPIntValue()), VT); in visitSUB() local1605 return DAG.getNode(ISD::SUB, N->getDebugLoc(), VT, NewC, in visitSUB()