Lines Matching defs:AllocInst
3131 AllocaInst *AllocInst = dyn_cast<AllocaInst>(&BB->front());
3132 ASSERT_NE(AllocInst, nullptr);
3133 ArrayType *ArrType = dyn_cast<ArrayType>(AllocInst->getAllocatedType());
3136 AllocInst->getAllocatedType()->getArrayElementType()->isIntegerTy(64));
3138 Instruction *IterInst = dyn_cast<Instruction>(AllocInst);
3143 EXPECT_EQ(DependAddrGEPIter->getPointerOperand(), AllocInst);
3163 EXPECT_EQ(DependBaseAddrGEP->getPointerOperand(), AllocInst);
3216 AllocaInst *AllocInst = dyn_cast<AllocaInst>(&BB->front());
3217 ASSERT_NE(AllocInst, nullptr);
3218 ArrayType *ArrType = dyn_cast<ArrayType>(AllocInst->getAllocatedType());
3221 AllocInst->getAllocatedType()->getArrayElementType()->isIntegerTy(64));
3223 Instruction *IterInst = dyn_cast<Instruction>(AllocInst);
3228 EXPECT_EQ(DependAddrGEPIter->getPointerOperand(), AllocInst);
3248 EXPECT_EQ(DependBaseAddrGEP->getPointerOperand(), AllocInst);