reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1089 GEP2->getPointerOperand()->stripPointerCastsAndInvariantGroups() && 1090 GEP1->getPointerOperandType() == GEP2->getPointerOperandType() && 1096 if (GEP1->getNumIndices() != GEP2->getNumIndices() || 1112 dyn_cast<ConstantInt>(GEP2->getOperand(GEP2->getNumOperands() - 1)); 1112 dyn_cast<ConstantInt>(GEP2->getOperand(GEP2->getNumOperands() - 1)); 1165 if (GEP1->getOperand(i + 1) != GEP2->getOperand(i + 1)) 1180 Value *GEP2LastIdx = GEP2->getOperand(GEP2->getNumOperands() - 1); 1180 Value *GEP2LastIdx = GEP2->getOperand(GEP2->getNumOperands() - 1);