Lines Matching refs:ValueWithNewAddrSpace

254     const ValueToValueMapTy &ValueWithNewAddrSpace,  in operandWithNewAddressSpaceOrCreateUndef()  argument
257 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(Operand)) in operandWithNewAddressSpaceOrCreateUndef()
276 const ValueToValueMapTy &ValueWithNewAddrSpace, in cloneInstructionWithNewAddressSpace() argument
299 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
334 const ValueToValueMapTy &ValueWithNewAddrSpace) { in cloneConstantExprWithNewAddressSpace() argument
356 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(Operand)) { in cloneConstantExprWithNewAddressSpace()
382 const ValueToValueMapTy &ValueWithNewAddrSpace, in cloneValueWithNewAddressSpace() argument
391 I, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix); in cloneValueWithNewAddressSpace()
402 cast<ConstantExpr>(V), NewAddrSpace, ValueWithNewAddrSpace); in cloneValueWithNewAddressSpace()
516 ValueToValueMapTy ValueWithNewAddrSpace; in rewriteWithNewAddressSpaces() local
521 ValueWithNewAddrSpace[V] = cloneValueWithNewAddressSpace( in rewriteWithNewAddressSpaces()
522 V, NewAddrSpace, ValueWithNewAddrSpace, &UndefUsesToFix); in rewriteWithNewAddressSpaces()
526 if (ValueWithNewAddrSpace.empty()) in rewriteWithNewAddressSpaces()
532 User *NewV = cast<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces()
535 NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(UndefUse->get())); in rewriteWithNewAddressSpaces()
540 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces()