Searched refs:getUInt64Type (Results 1 – 2 of 2) sorted by relevance
235 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()255 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
231 IntType getUInt64Type() const { in getUInt64Type() function