Home
last modified time | relevance | path

Searched refs:getInt64Type (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp130 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
H A DSPIR.h137 Int64Type = HostTarget->getInt64Type(); in BaseSPIRTargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp229 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()
254 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h396 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11236 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3351 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()