Home
last modified time | relevance | path

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

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