Searched refs:NewOperand (Results 1 – 4 of 4) sorted by relevance
150 Value *NewOperand = in hoistAddrSpaceCastFromGEP() local152 if (NewOperand == nullptr) in hoistAddrSpaceCastFromGEP()156 assert(isEliminableAddrSpaceCast(NewOperand)); in hoistAddrSpaceCastFromGEP()157 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromGEP()188 Value *NewOperand = hoistAddrSpaceCastFrom(BC->getOperand(0), Depth + 1); in hoistAddrSpaceCastFromBitCast() local189 if (NewOperand == nullptr) in hoistAddrSpaceCastFromBitCast()193 assert(isEliminableAddrSpaceCast(NewOperand)); in hoistAddrSpaceCastFromBitCast()194 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromBitCast()248 Value *NewOperand = hoistAddrSpaceCastFrom(MI->getOperand(Idx)); in optimizeMemoryInstruction() local249 if (NewOperand == nullptr) in optimizeMemoryInstruction()[all …]
256 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate() local257 OperandChanged |= Operand != NewOperand; in remapConstantVectorOrConstantAggregate()258 NewOperands.push_back(NewOperand); in remapConstantVectorOrConstantAggregate()295 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr() local296 OperandChanged |= Operand != NewOperand; in remapConstantExpr()297 NewOperands.push_back(NewOperand); in remapConstantExpr()374 MDNode *NewOperand = MapMetadata(Operand, VM); in remapNamedMDNode() local375 OperandChanged |= Operand != NewOperand; in remapNamedMDNode()376 NewOperands.push_back(NewOperand); in remapNamedMDNode()
257 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(Operand)) in operandWithNewAddressSpaceOrCreateUndef() local258 return NewOperand; in operandWithNewAddressSpaceOrCreateUndef()356 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(Operand)) { in cloneConstantExprWithNewAddressSpace() local357 NewOperands.push_back(cast<Constant>(NewOperand)); in cloneConstantExprWithNewAddressSpace()
631 Value *NewOperand = in instrumentAtomic() local635 NewOperand, in instrumentAtomic()