Lines Matching defs:GEPR
448 auto *GEPR = cast<GEPOperator>(RE);
450 GEPR->getSourceElementType()))
453 GEPR->getNoWrapFlags().getRaw()))
457 std::optional<ConstantRange> InRangeR = GEPR->getInRange();
653 const GetElementPtrInst *GEPR = cast<GetElementPtrInst>(R);
655 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand()))
657 return cmpGEPs(GEPL, GEPR);
813 const GEPOperator *GEPR) const {
815 unsigned int ASR = GEPR->getPointerAddressSpace();
826 GEPR->accumulateConstantOffset(DL, OffsetR))
829 cmpTypes(GEPL->getSourceElementType(), GEPR->getSourceElementType()))
832 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands()))
836 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i)))