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