Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h349 cmpGEPs(const GetElementPtrInst * GEPL,const GetElementPtrInst * GEPR) cmpGEPs() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp431 if (auto *GEPL = dyn_cast<GEPOperator>(LE)) { in cmpConstants() local
637 if (const GetElementPtrInst *GEPL = dyn_cast<GetElementPtrInst>(L)) { in cmpOperations() local
798 int FunctionComparator::cmpGEPs(const GEPOperator *GEPL, in cmpGEPs()