Searched refs:Index64 (Results 1 – 1 of 1) sorted by relevance
1755 uint64_t Index64 = Index.extOrTrunc(64).getZExtValue(); in adjustOffsetAndIndex() local1756 Offset = CharUnits::fromQuantity(Offset64 + ElemSize64 * Index64); in adjustOffsetAndIndex()13366 uint64_t Index64 = Index.extOrTrunc(64).getZExtValue(); in addOrSubLValueAsInteger() local13367 Offset = CharUnits::fromQuantity(IsSub ? Offset64 - Index64 in addOrSubLValueAsInteger()13368 : Offset64 + Index64); in addOrSubLValueAsInteger()