Lines Matching refs:StoreInst

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()
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()
392 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
436 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
493 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
505 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst)); in TEST_F()
538 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
552 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst)); in TEST_F()
606 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F()
607 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca); in TEST_F()
608 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca); in TEST_F()
615 for (StoreInst *V : {S1, S2, S3}) { in TEST_F()
667 StoreInst *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F()
839 StoreInst *StoreA0 = B.CreateStore(ConstantInt::get(Int8, 0), A); in TEST_F()
840 StoreInst *StoreB = B.CreateStore(ConstantInt::get(Int8, 0), B_); in TEST_F()
842 StoreInst *StoreA1 = B.CreateStore(ConstantInt::get(Int8, 4), A); in TEST_F()
843 StoreInst *StoreC = B.CreateStore(ConstantInt::get(Int8, 4), C); in TEST_F()
844 StoreInst *StoreA2 = B.CreateStore(ConstantInt::get(Int8, 4), A); 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()
1058 StoreInst *SA1 = B.CreateStore(ConstantInt::get(Int8, 1), AllocaA); in TEST_F()
1059 StoreInst *SB1 = B.CreateStore(ConstantInt::get(Int8, 1), AllocaB); in TEST_F()
1060 StoreInst *SA2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaA); in TEST_F()
1061 StoreInst *SB2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaB); in TEST_F()
1062 StoreInst *SA3 = B.CreateStore(ConstantInt::get(Int8, 3), AllocaA); in TEST_F()
1063 StoreInst *SB3 = B.CreateStore(ConstantInt::get(Int8, 3), AllocaB); in TEST_F()
1070 for (StoreInst *V : {SA1, SB1, SA2, SB2, SA3, SB3}) { in TEST_F()
1155 StoreInst *SA1 = B.CreateStore(ConstantInt::get(Int8, 0), PointerA); in TEST_F()
1157 StoreInst *SB1 = B.CreateStore(ConstantInt::get(Int8, 1), PointerB); in TEST_F()
1159 StoreInst *SC1 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaC); in TEST_F()
1161 StoreInst *SA2 = B.CreateStore(ConstantInt::get(Int8, 3), PointerA); in TEST_F()
1163 StoreInst *SB2 = B.CreateStore(ConstantInt::get(Int8, 4), PointerB); in TEST_F()
1165 StoreInst *SC2 = B.CreateStore(ConstantInt::get(Int8, 5), AllocaC); in TEST_F()
1167 StoreInst *SB3 = B.CreateStore(ConstantInt::get(Int8, 6), PointerB); in TEST_F()
1168 std::initializer_list<StoreInst *> Sts = {SA1, SB1, SC1, SA2, SB2, SC2, SB3}; in TEST_F()
1175 for (StoreInst *V : Sts) { in TEST_F()
1185 for (StoreInst *V : Sts) in TEST_F()
1189 for (StoreInst *V : Sts) { 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()
1365 StoreInst *StoreA = B.CreateStore(ConstantInt::get(Int8, 0), AllocA); in TEST_F()
1366 StoreInst *StoreB = B.CreateStore(ConstantInt::get(Int8, 1), AllocB); in TEST_F()
1367 StoreInst *StoreA2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocA); 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()
1747 auto &SI = cast<StoreInst>(*BB.begin()); in TEST_F()