Lines Matching defs:StoreInst

137   StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
161 StoreInst *LeftStore = B.CreateStore(B.getInt8(16), PointerArg);
186 StoreInst *SecondEntryStore = B.CreateStore(B.getInt8(16), PointerArg);
226 StoreInst *SI = B.CreateStore(B.getInt8(16), PointerArg);
306 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
309 StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
341 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
386 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
429 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
485 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
497 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst));
529 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
543 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst));
597 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
598 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca);
599 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca);
606 for (StoreInst *V : {S1, S2, S3}) {
658 StoreInst *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
830 StoreInst *StoreA0 = B.CreateStore(ConstantInt::get(Int8, 0), A);
831 StoreInst *StoreB = B.CreateStore(ConstantInt::get(Int8, 0), B_);
833 StoreInst *StoreA1 = B.CreateStore(ConstantInt::get(Int8, 4), A);
834 StoreInst *StoreC = B.CreateStore(ConstantInt::get(Int8, 4), C);
835 StoreInst *StoreA2 = B.CreateStore(ConstantInt::get(Int8, 4), A);
924 StoreInst *StoreA = B.CreateStore(B.getInt8(0), A);
925 StoreInst *StoreB = B.CreateStore(B.getInt8(0), A);
969 StoreInst *StoreX1 = B.CreateStore(B.getInt8(0), X);
970 StoreInst *StoreY = B.CreateStore(B.getInt8(0), Y);
971 StoreInst *StoreX2 = B.CreateStore(B.getInt8(0), X);
1002 StoreInst *SA1 = B.CreateStore(ConstantInt::get(Int8, 1), AllocaA);
1003 StoreInst *SB1 = B.CreateStore(ConstantInt::get(Int8, 1), AllocaB);
1004 StoreInst *SA2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaA);
1005 StoreInst *SB2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaB);
1006 StoreInst *SA3 = B.CreateStore(ConstantInt::get(Int8, 3), AllocaA);
1007 StoreInst *SB3 = B.CreateStore(ConstantInt::get(Int8, 3), AllocaB);
1014 for (StoreInst *V : {SA1, SB1, SA2, SB2, SA3, SB3}) {
1046 StoreInst *SA1 = B.CreateStore(ConstantInt::get(Int8, 0), PointerA);
1048 StoreInst *SB1 = B.CreateStore(ConstantInt::get(Int8, 1), PointerB);
1050 StoreInst *SC1 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaC);
1052 StoreInst *SA2 = B.CreateStore(ConstantInt::get(Int8, 3), PointerA);
1054 StoreInst *SB2 = B.CreateStore(ConstantInt::get(Int8, 4), PointerB);
1056 StoreInst *SC2 = B.CreateStore(ConstantInt::get(Int8, 5), AllocaC);
1058 StoreInst *SB3 = B.CreateStore(ConstantInt::get(Int8, 6), PointerB);
1059 std::initializer_list<StoreInst *> Sts = {SA1, SB1, SC1, SA2, SB2, SC2, SB3};
1066 for (StoreInst *V : Sts) {
1073 for (StoreInst *V : Sts)
1077 for (StoreInst *V : Sts) {
1190 StoreInst *StoreEntry = B.CreateStore(B.getInt8(0), Alloca);
1194 StoreInst *StoreA = B.CreateStore(B.getInt8(1), Alloca);
1198 StoreInst *StoreB = B.CreateStore(B.getInt8(2), Alloca);
1241 StoreInst *StoreA = B.CreateStore(ConstantInt::get(Int8, 0), AllocA);
1242 StoreInst *StoreB = B.CreateStore(ConstantInt::get(Int8, 1), AllocB);
1243 StoreInst *StoreA2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocA);
1326 StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg);
1379 StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg);
1387 StoreInst *S2 = B.CreateStore(B.getInt8(16), PointerArg);
1618 auto &SI = cast<StoreInst>(*BB.begin());