Searched refs:OffsetConstInt (Results 1 – 1 of 1) sorted by relevance
3903 auto *OffsetConstInt = dyn_cast<ConstantInt>(Offset); in SimplifyRelativeLoad() local3904 if (!OffsetConstInt || OffsetConstInt->getType()->getBitWidth() > 64) in SimplifyRelativeLoad()3907 uint64_t OffsetInt = OffsetConstInt->getSExtValue(); in SimplifyRelativeLoad()