Home
last modified time | relevance | path

Searched refs:GEPR (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp298 int cmpGEPs(const GEPOperator *GEPL, const GEPOperator *GEPR);
299 int cmpGEPs(const GetElementPtrInst *GEPL, const GetElementPtrInst *GEPR) { in cmpGEPs() argument
300 return cmpGEPs(cast<GEPOperator>(GEPL), cast<GEPOperator>(GEPR)); in cmpGEPs()
844 const GEPOperator *GEPR) { in cmpGEPs() argument
847 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs()
858 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
862 (uint64_t)GEPR->getPointerOperand()->getType())) in cmpGEPs()
865 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs()
869 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()
931 const GetElementPtrInst *GEPR = dyn_cast<GetElementPtrInst>(InstR); in compare() local
[all …]