Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5210 auto *OffsetConstInt = dyn_cast<ConstantInt>(Offset); in SimplifyRelativeLoad() local
5211 if (!OffsetConstInt || OffsetConstInt->getType()->getBitWidth() > 64) in SimplifyRelativeLoad()
5214 uint64_t OffsetInt = OffsetConstInt->getSExtValue(); in SimplifyRelativeLoad()