Home
last modified time | relevance | path

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

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