Lines Matching refs:getInt8
88 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
136 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
160 StoreInst *LeftStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
185 StoreInst *SecondEntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
226 StoreInst *SI = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
270 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
308 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
311 StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
344 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
347 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
390 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
393 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
434 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
437 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
491 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
536 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
933 StoreInst *StoreA = B.CreateStore(B.getInt8(0), A); in TEST_F()
934 StoreInst *StoreB = B.CreateStore(B.getInt8(0), A); in TEST_F()
979 StoreInst *StoreX1 = B.CreateStore(B.getInt8(0), X); in TEST_F()
980 StoreInst *StoreY = B.CreateStore(B.getInt8(0), Y); in TEST_F()
981 StoreInst *StoreX2 = B.CreateStore(B.getInt8(0), X); in TEST_F()
1237 B.CreateStore(B.getInt8(0), Foo); in TEST_F()
1238 B.CreateStore(B.getInt8(0), Bar); in TEST_F()
1249 Instruction *FooStore = B.CreateStore(B.getInt8(0), Foo); in TEST_F()
1250 Instruction *BarStore = B.CreateStore(B.getInt8(0), Bar); in TEST_F()
1251 Instruction *BazMemSet = B.CreateMemSet(Baz, B.getInt8(0), 1, Align(1)); in TEST_F()
1308 StoreInst *StoreEntry = B.CreateStore(B.getInt8(0), Alloca); in TEST_F()
1312 StoreInst *StoreA = B.CreateStore(B.getInt8(1), Alloca); in TEST_F()
1316 StoreInst *StoreB = B.CreateStore(B.getInt8(2), Alloca); in TEST_F()
1440 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1443 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1446 StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1500 StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1508 StoreInst *S2 = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1580 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1614 Instruction *StorePointer1 = B.CreateStore(B.getInt8(0), Pointer1); in TEST_F()
1615 Instruction *StorePointer2 = B.CreateStore(B.getInt8(0), Pointer2); in TEST_F()
1616 Instruction *MemSet = B.CreateMemSet(Pointer2, B.getInt8(0), 1, Align(1)); in TEST_F()