Lines Matching defs:NewC
293 Constant *NewC;295 NewC = ConstantArray::get(UserCA->getType(), NewOps);297 NewC = ConstantStruct::get(UserCS->getType(), NewOps);299 NewC = ConstantVector::get(NewOps);302 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);305 UserC->replaceAllUsesWith(NewC);