Lines Matching defs:DependBaseAddrGEP
3160 GetElementPtrInst *DependBaseAddrGEP =
3162 ASSERT_NE(DependBaseAddrGEP, nullptr);
3163 EXPECT_EQ(DependBaseAddrGEP->getPointerOperand(), AllocInst);
3164 EXPECT_EQ(DependBaseAddrGEP->getNumIndices(), (unsigned)2);
3165 auto *FirstIdx = dyn_cast<ConstantInt>(DependBaseAddrGEP->getOperand(1));
3166 auto *SecondIdx = dyn_cast<ConstantInt>(DependBaseAddrGEP->getOperand(2));
3172 CallInst *GTID = dyn_cast<CallInst>(DependBaseAddrGEP->getNextNode());
3185 EXPECT_EQ(Depend->getArgOperand(2), DependBaseAddrGEP);
3245 GetElementPtrInst *DependBaseAddrGEP =
3247 ASSERT_NE(DependBaseAddrGEP, nullptr);
3248 EXPECT_EQ(DependBaseAddrGEP->getPointerOperand(), AllocInst);
3249 EXPECT_EQ(DependBaseAddrGEP->getNumIndices(), (unsigned)2);
3250 auto *FirstIdx = dyn_cast<ConstantInt>(DependBaseAddrGEP->getOperand(1));
3251 auto *SecondIdx = dyn_cast<ConstantInt>(DependBaseAddrGEP->getOperand(2));
3257 CallInst *GTID = dyn_cast<CallInst>(DependBaseAddrGEP->getNextNode());
3270 EXPECT_EQ(Depend->getArgOperand(2), DependBaseAddrGEP);