Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp719 APInt OffsetL(BitWidth, 0), OffsetR(BitWidth, 0); in cmpGEPs() local
721 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
722 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()