Lines Matching refs:CreateStore
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()
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()
637 Instruction *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F()
667 StoreInst *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F()
720 Instruction *FirstStore = B.CreateStore(Zero, AllocA); in TEST_F()
721 B.CreateStore(Zero, AllocB); in TEST_F()
723 Instruction *BStore = B.CreateStore(Zero, AllocB); in TEST_F()
726 Instruction *KillStore = B.CreateStore(Zero, AllocA); in TEST_F()
731 Instruction *BelowPhi = B.CreateStore(Zero, AllocA); in TEST_F()
777 Instruction *Store = B.CreateStore(One, AllocA); in TEST_F()
804 Instruction *SIA = B.CreateStore(ConstantInt::get(Int8, 0), AllocaA); in TEST_F()
806 Instruction *SIB = B.CreateStore(ConstantInt::get(Int8, 0), AllocaB); 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()
1015 B.CreateStore(ConstantInt::get(Int8, 1), AllocaB); in TEST_F()
1021 B.CreateStore(ConstantInt::get(Int8, 1), AllocaA); 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()
1110 B.CreateStore(ConstantInt::get(Int8, 1), PointerB); in TEST_F()
1112 B.CreateStore(ConstantInt::get(Int8, 0), PointerA); in TEST_F()
1114 B.CreateStore(ConstantInt::get(Int8, 0), PointerA); in TEST_F()
1116 B.CreateStore(ConstantInt::get(Int8, 0), PointerB); 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()
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()
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()
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()
1509 B.CreateStore(ConstantInt::get(Int8, 0), Alloca); 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()