Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp710 APInt OffsetL(BitWidth, 0), OffsetR(BitWidth, 0); in cmpGEPs() local
711 if (GEPL->accumulateConstantOffset(DL, OffsetL) && in cmpGEPs()
713 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()