Searched refs:Index64 (Results 1 – 1 of 1) sorted by relevance
1691 uint64_t Index64 = Index.extOrTrunc(64).getZExtValue(); in adjustOffsetAndIndex() local1692 Offset = CharUnits::fromQuantity(Offset64 + ElemSize64 * Index64); in adjustOffsetAndIndex()12306 uint64_t Index64 = Index.extOrTrunc(64).getZExtValue(); in addOrSubLValueAsInteger() local12307 Offset = CharUnits::fromQuantity(IsSub ? Offset64 - Index64 in addOrSubLValueAsInteger()12308 : Offset64 + Index64); in addOrSubLValueAsInteger()