Searched refs:Ptr64 (Results 1 – 2 of 2) sorted by relevance
736 const uint64_t *Ptr64 = Val.getRawData(); in addConstantValue() local745 c = Ptr64[i / 8] >> (8 * (i & 7)); in addConstantValue()747 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addConstantValue()
1828 def Ptr64 : TypeAttr {