Lines Matching refs:NewC
353 Constant *NewC;355 NewC = ConstantArray::get(UserCA->getType(), NewOps);357 NewC = ConstantStruct::get(UserCS->getType(), NewOps);359 NewC = ConstantVector::get(NewOps);362 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);365 UserC->replaceAllUsesWith(NewC);