reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1221 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false), 1221 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false), 1227 B.SetInsertPoint(Entry); 1230 Value *Bar = B.CreateGEP(B.getInt8Ty(), Foo, B.getInt64(1), "bar"); 1230 Value *Bar = B.CreateGEP(B.getInt8Ty(), Foo, B.getInt64(1), "bar"); 1230 Value *Bar = B.CreateGEP(B.getInt8Ty(), Foo, B.getInt64(1), "bar"); 1232 B.CreateStore(B.getInt8(0), Foo); 1232 B.CreateStore(B.getInt8(0), Foo); 1233 B.CreateStore(B.getInt8(0), Bar); 1233 B.CreateStore(B.getInt8(0), Bar); 1239 B.CreateCall(GetLifetimeIntrinsic(Intrinsic::lifetime_end), 1240 {B.getInt64(2), Foo}); 1241 Instruction *LifetimeStart = B.CreateCall( 1242 GetLifetimeIntrinsic(Intrinsic::lifetime_start), {B.getInt64(2), Foo}); 1244 Instruction *FooStore = B.CreateStore(B.getInt8(0), Foo); 1244 Instruction *FooStore = B.CreateStore(B.getInt8(0), Foo); 1245 Instruction *BarStore = B.CreateStore(B.getInt8(0), Bar); 1245 Instruction *BarStore = B.CreateStore(B.getInt8(0), Bar);