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

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5867 auto *OffsetConstInt = dyn_cast<ConstantInt>(Offset); local
5868 if (!OffsetConstInt || OffsetConstInt->getType()->getBitWidth() > 64)
5871 uint64_t OffsetInt = OffsetConstInt->getSExtValue();

Completed in 187 milliseconds