Home
last modified time | relevance | path

Searched refs:NewOperand (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp262 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate() local
263 OperandChanged |= Operand != NewOperand; in remapConstantVectorOrConstantAggregate()
264 NewOperands.push_back(NewOperand); in remapConstantVectorOrConstantAggregate()
301 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr() local
302 OperandChanged |= Operand != NewOperand; in remapConstantExpr()
303 NewOperands.push_back(NewOperand); in remapConstantExpr()
382 MDNode *NewOperand = MapMetadata(Operand, VM); in remapNamedMDNode() local
383 OperandChanged |= Operand != NewOperand; in remapNamedMDNode()
384 NewOperands.push_back(NewOperand); in remapNamedMDNode()