Searched refs:OffsetConstInt (Results 1 – 2 of 2) 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()
4643 auto *OffsetConstInt = dyn_cast<ConstantInt>(Offset); in SimplifyRelativeLoad() local4644 if (!OffsetConstInt || OffsetConstInt->getType()->getBitWidth() > 64) in SimplifyRelativeLoad()4647 uint64_t OffsetInt = OffsetConstInt->getSExtValue(); in SimplifyRelativeLoad()