Searched refs:getInt64Type (Results 1 – 6 of 6) sorted by relevance
130 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
137 Int64Type = HostTarget->getInt64Type(); in BaseSPIRTargetInfo()
229 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()254 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
396 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
11236 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
3351 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()