Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp540 uint64_t LimVal2 = V2.getLimitedValue(); in calculateOffsetDiff() local
542 if (LimVal1 == ~0ULL || LimVal2 == ~0ULL) in calculateOffsetDiff()
545 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff()