Home
last modified time | relevance | path

Searched refs:OffsetL (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
720 if (GEPL->accumulateConstantOffset(DL, OffsetL) && in cmpGEPs()
722 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()