Searched refs:NewOperand (Results 1 – 1 of 1) sorted by relevance
262 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate() local263 OperandChanged |= Operand != NewOperand; in remapConstantVectorOrConstantAggregate()264 NewOperands.push_back(NewOperand); in remapConstantVectorOrConstantAggregate()301 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr() local302 OperandChanged |= Operand != NewOperand; in remapConstantExpr()303 NewOperands.push_back(NewOperand); in remapConstantExpr()382 MDNode *NewOperand = MapMetadata(Operand, VM); in remapNamedMDNode() local383 OperandChanged |= Operand != NewOperand; in remapNamedMDNode()384 NewOperands.push_back(NewOperand); in remapNamedMDNode()