Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h345 int cmpGEPs(const GEPOperator *GEPL, const GEPOperator *GEPR) const;
347 const GetElementPtrInst *GEPR) const { in cmpGEPs() argument
348 return cmpGEPs(cast<GEPOperator>(GEPL), cast<GEPOperator>(GEPR)); in cmpGEPs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp529 const GetElementPtrInst *GEPR = cast<GetElementPtrInst>(R); in cmpOperations() local
531 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations()
533 return cmpGEPs(GEPL, GEPR); in cmpOperations()
693 const GEPOperator *GEPR) const { in cmpGEPs()
695 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs()
706 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
709 cmpTypes(GEPL->getSourceElementType(), GEPR->getSourceElementType())) in cmpGEPs()
712 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs()
716 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()