Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp510 const GetElementPtrInst *GEPR = cast<GetElementPtrInst>(R); in cmpOperations() local
512 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations()
514 return cmpGEPs(GEPL, GEPR); in cmpOperations()
663 const GEPOperator *GEPR) const { in cmpGEPs()
665 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs()
676 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
679 GEPR->getSourceElementType())) in cmpGEPs()
682 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs()
686 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()