Lines Matching refs:AllocInst
2573 AllocaInst *AllocInst = dyn_cast<AllocaInst>(&BB->front()); in TEST_F() local
2574 ASSERT_NE(AllocInst, nullptr); in TEST_F()
2575 ArrayType *ArrType = dyn_cast<ArrayType>(AllocInst->getAllocatedType()); in TEST_F()
2578 AllocInst->getAllocatedType()->getArrayElementType()->isIntegerTy(64)); in TEST_F()
2580 Instruction *IterInst = dyn_cast<Instruction>(AllocInst); in TEST_F()
2585 EXPECT_EQ(DependAddrGEPIter->getPointerOperand(), AllocInst); in TEST_F()
2605 EXPECT_EQ(DependBaseAddrGEP->getPointerOperand(), AllocInst); in TEST_F()
2658 AllocaInst *AllocInst = dyn_cast<AllocaInst>(&BB->front()); in TEST_F() local
2659 ASSERT_NE(AllocInst, nullptr); in TEST_F()
2660 ArrayType *ArrType = dyn_cast<ArrayType>(AllocInst->getAllocatedType()); in TEST_F()
2663 AllocInst->getAllocatedType()->getArrayElementType()->isIntegerTy(64)); in TEST_F()
2665 Instruction *IterInst = dyn_cast<Instruction>(AllocInst); in TEST_F()
2670 EXPECT_EQ(DependAddrGEPIter->getPointerOperand(), AllocInst); in TEST_F()
2690 EXPECT_EQ(DependBaseAddrGEP->getPointerOperand(), AllocInst); in TEST_F()