Home
last modified time | relevance | path

Searched refs:OffsetR (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
712 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
713 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()