Lines Matching defs:ReplacementValue
684 Value *&ReplacementValue) -> InsertPointTy {
689 ReplacementValue = &Inner;
699 Type *VTy = ReplacementValue->getType();
701 ReplacementValue = Builder.CreateAlloca(VTy, 0, Orig.getName() + ".copy");
703 Builder.CreateStore(V, ReplacementValue);
797 Value *&ReplacementValue) -> InsertPointTy {
802 ReplacementValue = &Inner;
812 Type *VTy = ReplacementValue->getType();
814 ReplacementValue = Builder.CreateAlloca(VTy, 0, Orig.getName() + ".copy");
816 Builder.CreateStore(V, ReplacementValue);
893 Value *&ReplacementValue) -> InsertPointTy {
896 Type *VTy = ReplacementValue->getType();
898 ReplacementValue = Builder.CreateAlloca(VTy, 0, Orig.getName() + ".copy");
900 Builder.CreateStore(V, ReplacementValue);
994 Value *&ReplacementValue) -> InsertPointTy {
997 Type *VTy = ReplacementValue->getType();
999 ReplacementValue = Builder.CreateAlloca(VTy, 0, Orig.getName() + ".copy");
1001 Builder.CreateStore(V, ReplacementValue);
1127 Value *&ReplacementValue) -> InsertPointTy {
1132 ReplacementValue = &Inner;
1142 Type *VTy = ReplacementValue->getType();
1144 ReplacementValue = Builder.CreateAlloca(VTy, 0, Orig.getName() + ".copy");
1146 Builder.CreateStore(V, ReplacementValue);
1362 Value &Inner, Value *&ReplacementValue) {
1363 ReplacementValue = &Inner;