Lines Matching refs:Alloca
605 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local
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()
636 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local
637 Instruction *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F()
638 Instruction *LI = B.CreateLoad(Int8, Alloca); in TEST_F()
666 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local
667 StoreInst *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F()
1312 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "alloc"); in TEST_F() local
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()
1501 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local
1509 B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F()