Searched refs:GEPL (Results 1 – 1 of 1) sorted by relevance
356 int cmpGEPs(const GEPOperator *GEPL, const GEPOperator *GEPR);357 int cmpGEPs(const GetElementPtrInst *GEPL, const GetElementPtrInst *GEPR) { in cmpGEPs() argument358 return cmpGEPs(cast<GEPOperator>(GEPL), cast<GEPOperator>(GEPR)); in cmpGEPs()1051 int FunctionComparator::cmpGEPs(const GEPOperator *GEPL, in cmpGEPs() argument1054 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs()1065 if (GEPL->accumulateConstantOffset(DL, OffsetL) && in cmpGEPs()1068 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpGEPs()1072 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs()1075 for (unsigned i = 0, e = GEPL->getNumOperands(); i != e; ++i) { in cmpGEPs()1076 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()[all …]