Home
last modified time | relevance | path

Searched defs:GEPL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h346 int cmpGEPs(const GetElementPtrInst *GEPL, in cmpGEPs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp527 if (const GetElementPtrInst *GEPL = dyn_cast<GetElementPtrInst>(L)) { in cmpOperations() local
692 int FunctionComparator::cmpGEPs(const GEPOperator *GEPL, in cmpGEPs()