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