Searched refs:getInt64Type (Results 1 – 5 of 5) sorted by relevance
140 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
217 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()242 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
350 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
10305 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
2247 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()