Searched refs:PV1GEP (Results 1 – 1 of 1) sorted by relevance
1653 if (GEPOperator *PV1GEP = dyn_cast<GEPOperator>(PV1)) { in aliasPHI() local1658 if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 && in aliasPHI()1659 isa<ConstantInt>(PV1GEP->idx_begin())) { in aliasPHI()1680 if (GEPOperator *PV1GEP = dyn_cast<GEPOperator>(PV1)) { in aliasPHI() local1685 if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 && in aliasPHI()1686 isa<ConstantInt>(PV1GEP->idx_begin())) { in aliasPHI()