Lines Matching defs:GEPR
432 auto *GEPR = cast<GEPOperator>(RE);
434 GEPR->getSourceElementType()))
437 GEPR->getNoWrapFlags().getRaw()))
441 std::optional<ConstantRange> InRangeR = GEPR->getInRange();
639 const GetElementPtrInst *GEPR = cast<GetElementPtrInst>(R);
641 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand()))
643 return cmpGEPs(GEPL, GEPR);
799 const GEPOperator *GEPR) const {
801 unsigned int ASR = GEPR->getPointerAddressSpace();
812 GEPR->accumulateConstantOffset(DL, OffsetR))
815 cmpTypes(GEPL->getSourceElementType(), GEPR->getSourceElementType()))
818 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands()))
822 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i)))