Lines Matching refs:getInt8
90 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
138 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
162 StoreInst *LeftStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
187 StoreInst *SecondEntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
228 StoreInst *SI = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
272 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
310 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
313 StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
346 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
349 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
392 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
395 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
436 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
439 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
493 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
538 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
935 StoreInst *StoreA = B.CreateStore(B.getInt8(0), A); in TEST_F()
936 StoreInst *StoreB = B.CreateStore(B.getInt8(0), A); in TEST_F()
981 StoreInst *StoreX1 = B.CreateStore(B.getInt8(0), X); in TEST_F()
982 StoreInst *StoreY = B.CreateStore(B.getInt8(0), Y); in TEST_F()
983 StoreInst *StoreX2 = B.CreateStore(B.getInt8(0), X); in TEST_F()
1242 B.CreateStore(B.getInt8(0), Foo); in TEST_F()
1243 B.CreateStore(B.getInt8(0), Bar); in TEST_F()
1254 Instruction *FooStore = B.CreateStore(B.getInt8(0), Foo); in TEST_F()
1255 Instruction *BarStore = B.CreateStore(B.getInt8(0), Bar); in TEST_F()
1256 Instruction *BazMemSet = B.CreateMemSet(Baz, B.getInt8(0), 1, Align(1)); in TEST_F()
1313 StoreInst *StoreEntry = B.CreateStore(B.getInt8(0), Alloca); in TEST_F()
1317 StoreInst *StoreA = B.CreateStore(B.getInt8(1), Alloca); in TEST_F()
1321 StoreInst *StoreB = B.CreateStore(B.getInt8(2), Alloca); in TEST_F()
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()
1505 StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1513 StoreInst *S2 = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1585 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
1619 Instruction *StorePointer1 = B.CreateStore(B.getInt8(0), Pointer1); in TEST_F()
1620 Instruction *StorePointer2 = B.CreateStore(B.getInt8(0), Pointer2); in TEST_F()
1621 Instruction *MemSet = B.CreateMemSet(Pointer2, B.getInt8(0), 1, Align(1)); in TEST_F()