Searched refs:GEPL (Results 1 – 1 of 1) sorted by relevance
298 int cmpGEPs(const GEPOperator *GEPL, const GEPOperator *GEPR);299 int cmpGEPs(const GetElementPtrInst *GEPL, const GetElementPtrInst *GEPR) { in cmpGEPs() argument300 return cmpGEPs(cast<GEPOperator>(GEPL), cast<GEPOperator>(GEPR)); in cmpGEPs()843 int FunctionComparator::cmpGEPs(const GEPOperator *GEPL, in cmpGEPs() argument846 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs()857 if (GEPL->accumulateConstantOffset(DL, OffsetL) && in cmpGEPs()861 if (int Res = cmpNumbers((uint64_t)GEPL->getPointerOperand()->getType(), in cmpGEPs()865 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs()868 for (unsigned i = 0, e = GEPL->getNumOperands(); i != e; ++i) { in cmpGEPs()869 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()[all …]