Lines Matching refs:CreateAlloca
605 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
636 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
666 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
712 Value *AllocA = B.CreateAlloca(Int8, One, "a"); in TEST_F()
713 Value *AllocB = B.CreateAlloca(Int8, One, "b"); in TEST_F()
775 Value *AllocA = B.CreateAlloca(Int8, One, ""); in TEST_F()
803 Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
805 Value *AllocaB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F()
835 Value *A = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
836 Value *B_ = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F()
837 Value *C = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "C"); in TEST_F()
934 Value *A = B.CreateAlloca(B.getInt8Ty()); in TEST_F()
979 Value *X = B.CreateAlloca(B.getInt8Ty()); in TEST_F()
980 Value *Y = B.CreateAlloca(B.getInt8Ty()); in TEST_F()
1012 Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
1013 Value *AllocaB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F()
1056 Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
1057 Value *AllocaB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F()
1153 Value *AllocaC = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "C"); in TEST_F()
1312 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "alloc"); in TEST_F()
1362 Value *AllocA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
1363 Value *AllocB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F()
1501 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()