Lines Matching refs:Operand
117 Value *Operand = II->getOperand(i);
118 if (isa<Constant>(Operand)) {
120 i, remapConstant(&M, &*I, cast<Constant>(Operand), Builder));
173 // See if the address space conversion requires the operand to be bitcast
177 // A bitcast to i8 addrspace(n)* on the operand is needed.
240 // If any operand in the constant expression C is or uses a global variable
259 Value *Operand = C->getOperand(i);
260 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
261 OperandChanged |= Operand != NewOperand;
295 // Check if any operand is or uses a global variable in GVMap, and thus
298 Value *Operand = C->getOperand(i);
299 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
300 OperandChanged |= Operand != NewOperand;
374 // Check if any operand is or contains a global variable in GVMap, and thus
377 MDNode *Operand = N->getOperand(i);
378 MDNode *NewOperand = MapMetadata(Operand, VM);
379 OperandChanged |= Operand != NewOperand;