Lines Matching refs:PointerArg
89 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
90 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
99 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
127 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
138 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
145 LoadInst *FirstLoad = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
162 StoreInst *LeftStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
173 LoadInst *SecondLoad = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
187 StoreInst *SecondEntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
217 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
228 StoreInst *SI = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
239 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
261 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
269 LoadInst *LoadInst1 = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
272 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
309 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
310 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
313 StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
317 B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
345 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
346 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
349 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
353 auto *MergeLoad = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
391 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
392 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
395 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
399 auto *MergeLoad = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
435 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
436 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
439 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
443 auto *MergeLoad = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
492 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
493 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
497 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
537 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
538 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
542 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F()
1437 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
1445 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1448 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1451 StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1493 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
1505 StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1513 StoreInst *S2 = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1565 Argument *PointerArg = &*F->arg_begin(); in TEST_F() local
1585 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()