Home
last modified time | relevance | path

Searched refs:cmpGEPs (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;
346 int cmpGEPs(const GetElementPtrInst *GEPL, in cmpGEPs() function
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.cpp514 return cmpGEPs(GEPL, GEPR); in cmpOperations()
662 int FunctionComparator::cmpGEPs(const GEPOperator *GEPL, in cmpGEPs() function in FunctionComparator